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

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

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

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

Returns:

  • (String)


10550
10551
10552
10553
10554
10555
10556
# File 'lib/aws-sdk-pinpoint/types.rb', line 10550

class ResultRowValue < Struct.new(
  :key,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


10550
10551
10552
10553
10554
10555
10556
# File 'lib/aws-sdk-pinpoint/types.rb', line 10550

class ResultRowValue < Struct.new(
  :key,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

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


10550
10551
10552
10553
10554
10555
10556
# File 'lib/aws-sdk-pinpoint/types.rb', line 10550

class ResultRowValue < Struct.new(
  :key,
  :type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end