Class: Aws::Pinpoint::Types::GetJourneyRunExecutionMetricsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#journey_run_execution_metrics_responseTypes::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.



7060
7061
7062
7063
7064
# File 'lib/aws-sdk-pinpoint/types.rb', line 7060

class GetJourneyRunExecutionMetricsResponse < Struct.new(
  :journey_run_execution_metrics_response)
  SENSITIVE = []
  include Aws::Structure
end