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

Class: Aws::Pinpoint::Types::ResultRow

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

Overview

Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.

Instance Attribute Summary collapse

Instance Attribute Details

#grouped_bysArray<Types::ResultRowValue>

An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped.

Returns:

  • (Array<Types::ResultRowValue>)

    An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results.

#valuesArray<Types::ResultRowValue>

An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.

Returns:

  • (Array<Types::ResultRowValue>)

    An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey.