You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::ResultRowValue

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

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

Returns:

  • (String)

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

#typeString

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

Returns:

  • (String)

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

#valueString

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).

Returns:

  • (String)

    In a Values object, the value for the metric that the query retrieved data for.