libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Pinpoint.Types.ResultRowValue

Description

 
Synopsis

Documentation

data ResultRowValue Source #

Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.

See: newResultRowValue smart constructor.

Constructors

ResultRowValue' 

Fields

  • type' :: Text

    The data type of the value specified by the Value property.

  • value :: Text

    In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

  • key :: Text

    The friendly name of the metric whose value is specified by the Value property.

Instances

Instances details
Eq ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

Read ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

Show ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

Generic ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

Associated Types

type Rep ResultRowValue :: Type -> Type #

NFData ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

Methods

rnf :: ResultRowValue -> () #

Hashable ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

FromJSON ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

type Rep ResultRowValue Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ResultRowValue

type Rep ResultRowValue = D1 ('MetaData "ResultRowValue" "Amazonka.Pinpoint.Types.ResultRowValue" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ResultRowValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newResultRowValue Source #

Create a value of ResultRowValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':ResultRowValue', resultRowValue_type - The data type of the value specified by the Value property.

$sel:value:ResultRowValue', resultRowValue_value - In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

$sel:key:ResultRowValue', resultRowValue_key - The friendly name of the metric whose value is specified by the Value property.

resultRowValue_type :: Lens' ResultRowValue Text Source #

The data type of the value specified by the Value property.

resultRowValue_value :: Lens' ResultRowValue Text Source #

In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).

resultRowValue_key :: Lens' ResultRowValue Text Source #

The friendly name of the metric whose value is specified by the Value property.