Class: Aws::Pinpoint::Types::GetJourneyRunExecutionActivityMetricsResponse

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_run_execution_activity_metrics_responseTypes::JourneyRunExecutionActivityMetricsResponse

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



7019
7020
7021
7022
7023
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7019

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