You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::JourneyExecutionMetricsResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier for the application that the metric applies to.

Returns:

  • (String)

    The unique identifier for the application that the metric applies to.

#journey_idString

The unique identifier for the journey that the metric applies to.

Returns:

  • (String)

    The unique identifier for the journey that the metric applies to.

#last_evaluated_timeString

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

Returns:

  • (String)

    The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

#metricsHash<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.

Returns:

  • (Hash<String,String>)

    A JSON object that contains the results of the query.