Class: Aws::Pinpoint::Types::GetJourneyExecutionActivityMetricsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#journey_execution_activity_metrics_responseTypes::JourneyExecutionActivityMetricsResponse

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



8870
8871
8872
8873
# File 'lib/aws-sdk-pinpoint/types.rb', line 8870

class GetJourneyExecutionActivityMetricsResponse < Struct.new(
  :journey_execution_activity_metrics_response)
  include Aws::Structure
end