Class: Aws::Pinpoint::Types::BaseKpiResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::BaseKpiResult
- Defined in:
- gems/aws-sdk-pinpoint/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.
1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 1901 class BaseKpiResult < Struct.new( :rows) SENSITIVE = [] include Aws::Structure end |