Class: Aws::Pinpoint::Types::JourneyExecutionMetricsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::JourneyExecutionMetricsResponse
- Defined in:
- gems/aws-sdk-pinpoint/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, 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 and updated the data for the metric.
-
#metrics ⇒ Hash<String,String>
A JSON object that contains the results of the query.
Instance Attribute Details
#application_id ⇒ String
The unique identifier for the application that the metric applies to.
8393 8394 8395 8396 8397 8398 8399 8400 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8393 class JourneyExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics) SENSITIVE = [] include Aws::Structure end |
#journey_id ⇒ String
The unique identifier for the journey that the metric applies to.
8393 8394 8395 8396 8397 8398 8399 8400 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8393 class JourneyExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics) SENSITIVE = [] include Aws::Structure end |
#last_evaluated_time ⇒ String
The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.
8393 8394 8395 8396 8397 8398 8399 8400 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8393 class JourneyExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics) 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 Amazon Pinpoint Developer Guide.
8393 8394 8395 8396 8397 8398 8399 8400 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8393 class JourneyExecutionMetricsResponse < Struct.new( :application_id, :journey_id, :last_evaluated_time, :metrics) SENSITIVE = [] include Aws::Structure end |