Class: Aws::Pinpoint::Types::BaseKpiResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BaseKpiResult
- 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
-
#rows ⇒ Array<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.
Instance Attribute Details
#rows ⇒ Array<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.
1951 1952 1953 1954 1955 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1951 class BaseKpiResult < Struct.new( :rows) SENSITIVE = [] include Aws::Structure end |