Method: Aws::Pinpoint::Types::JourneyExecutionActivityMetricsResponse#metrics

Defined in:
lib/aws-sdk-pinpoint/types.rb

#metricsHash<String,String>

A JSON object that contains the results of the query. The results vary depending on the type of activity (ActivityType). For information about the structure and contents of the results, see the [Amazon Pinpoint Developer Guide].

[1]: docs.aws.amazon.com/pinpoint/latest/developerguide/analytics-standard-metrics.html

Returns:

  • (Hash<String,String>)


8387
8388
8389
8390
8391
8392
8393
8394
8395
8396
# File 'lib/aws-sdk-pinpoint/types.rb', line 8387

class JourneyExecutionActivityMetricsResponse < Struct.new(
  :activity_type,
  :application_id,
  :journey_activity_id,
  :journey_id,
  :last_evaluated_time,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end