Class: Aws::Pinpoint::Types::GetJourneyDateRangeKpiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyDateRangeKpiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#journey_date_range_kpi_response ⇒ Types::JourneyDateRangeKpiResponse
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
Instance Attribute Details
#journey_date_range_kpi_response ⇒ Types::JourneyDateRangeKpiResponse
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
8820 8821 8822 8823 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8820 class GetJourneyDateRangeKpiResponse < Struct.new( :journey_date_range_kpi_response) include Aws::Structure end |