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.



7009
7010
7011
7012
7013
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7009

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