Class: Aws::Pinpoint::Types::BaseKpiResult

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

#rowsArray<Types::ResultRow>

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

Returns:



1951
1952
1953
1954
1955
# File 'lib/aws-sdk-pinpoint/types.rb', line 1951

class BaseKpiResult < Struct.new(
  :rows)
  SENSITIVE = []
  include Aws::Structure
end