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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



6946
6947
6948
6949
6950
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6946

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