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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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:



10521
10522
10523
10524
10525
10526
# File 'lib/aws-sdk-pinpoint/types.rb', line 10521

class ResultRow < Struct.new(
  :grouped_bys,
  :values)
  SENSITIVE = []
  include Aws::Structure
end

#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:



10521
10522
10523
10524
10525
10526
# File 'lib/aws-sdk-pinpoint/types.rb', line 10521

class ResultRow < Struct.new(
  :grouped_bys,
  :values)
  SENSITIVE = []
  include Aws::Structure
end