Class: Aws::Pinpoint::Types::GetJourneyExecutionActivityMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyExecutionActivityMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#journey_execution_activity_metrics_response ⇒ Types::JourneyExecutionActivityMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity, and provides information about that query.
Instance Attribute Details
#journey_execution_activity_metrics_response ⇒ Types::JourneyExecutionActivityMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity, and provides information about that query.
8870 8871 8872 8873 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8870 class GetJourneyExecutionActivityMetricsResponse < Struct.new( :journey_execution_activity_metrics_response) include Aws::Structure end |