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.
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.
2274 2275 2276 2277 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2274 class BaseKpiResult < Struct.new( :rows) include Aws::Structure end |