Class: Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#journey_run_execution_metrics_response ⇒ Types::JourneyRunExecutionMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey run, and provides information about that query.
Instance Attribute Details
#journey_run_execution_metrics_response ⇒ Types::JourneyRunExecutionMetricsResponse
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey run, and provides information about that query.
7083 7084 7085 7086 7087 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7083 class GetJourneyRunExecutionMetricsResponse < Struct.new( :journey_run_execution_metrics_response) SENSITIVE = [] include Aws::Structure end |