Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
ResultRowValue' | |
|
Instances
:: Text | |
-> Text | |
-> Text | |
-> ResultRowValue |
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.