Class: Aws::Pinpoint::Types::GetJourneyExecutionMetricsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#journey_execution_metrics_responseTypes::JourneyExecutionMetricsResponse

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.



8915
8916
8917
8918
# File 'lib/aws-sdk-pinpoint/types.rb', line 8915

class GetJourneyExecutionMetricsResponse < Struct.new(
  :journey_execution_metrics_response)
  include Aws::Structure
end