Class: Aws::Pinpoint::Types::JourneyRunExecutionMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyRunExecutionMetricsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey run, and provides information about that query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier for the application that the metric applies to.
-
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
-
#last_evaluated_time ⇒ String
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey run and updated the data for the metric.
-
#metrics ⇒ Hash<String,String>
A JSON object that contains the results of the query.
-
#run_id ⇒ String
The unique identifier for the journey run that the metric applies to.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the metric applies to.
8843 8844 8845 8846 8847 8848 8849 8850 8851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8843 class JourneyRunExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics, :run_id) SENSITIVE = [] include Aws::Structure end |
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
8843 8844 8845 8846 8847 8848 8849 8850 8851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8843 class JourneyRunExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics, :run_id) SENSITIVE = [] include Aws::Structure end |
#last_evaluated_time ⇒ String
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey run and updated the data for the metric.
8843 8844 8845 8846 8847 8848 8849 8850 8851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8843 class JourneyRunExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics, :run_id) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Hash<String,String>
A JSON object that contains the results of the query. For information about the structure and contents of the results, see the
- Standard Amazon Pinpoint analytics metrics][1
-
in the *Amazon
Pinpoint Developer Guide*.
[1]: docs.aws.amazon.com//pinpoint/latest/developerguide/analytics-standard-metrics.html
8843 8844 8845 8846 8847 8848 8849 8850 8851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8843 class JourneyRunExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics, :run_id) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The unique identifier for the journey run that the metric applies to.
8843 8844 8845 8846 8847 8848 8849 8850 8851 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 8843 class JourneyRunExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics, :run_id) SENSITIVE = [] include Aws::Structure end |