Class: Aws::Pinpoint::Types::GetJourneyRunExecutionActivityMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyRunExecutionActivityMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#journey_run_execution_activity_metrics_response ⇒ Types::JourneyRunExecutionActivityMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity for a particular journey run, and provides information about that query.
Instance Attribute Details
#journey_run_execution_activity_metrics_response ⇒ Types::JourneyRunExecutionActivityMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey activity for a particular journey run, and provides information about that query.
7042 7043 7044 7045 7046 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7042 class GetJourneyRunExecutionActivityMetricsResponse < Struct.new( :journey_run_execution_activity_metrics_response) SENSITIVE = [] include Aws::Structure end |