Class: Aws::Pinpoint::Types::GetApplicationDateRangeKpiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApplicationDateRangeKpiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#application_date_range_kpi_response ⇒ Types::ApplicationDateRangeKpiResponse
Provides the results of a query that retrieved the data for a standard metric that applies to an application, and provides information about that query.
Instance Attribute Details
#application_date_range_kpi_response ⇒ Types::ApplicationDateRangeKpiResponse
Provides the results of a query that retrieved the data for a standard metric that applies to an application, and provides information about that query.
8066 8067 8068 8069 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8066 class GetApplicationDateRangeKpiResponse < Struct.new( :application_date_range_kpi_response) include Aws::Structure end |