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.



6936
6937
6938
6939
6940
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6936

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