JourneyRunExecutionActivityMetricsResponse

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of activity that the metric applies to. Possible values are:

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the execution status of the activity for this journey run and updated the data for the metric.

Link copied to clipboard

A JSON object that contains the results of the query. For information about the structure and contents of the results, see see Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.

Link copied to clipboard

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String