ActivityResponse

Provides information about an activity that was performed by a campaign.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val end: String?

The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.

Link copied to clipboard

A JSON object that contains metrics relating to the campaign execution for this campaign activity. For information about the structure and contents of the results, see Standard Amazon Pinpoint analytics metrics in the Amazon Pinpoint Developer Guide.

Link copied to clipboard
val id: String?

The unique identifier for the activity.

Link copied to clipboard

Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.

Link copied to clipboard

The scheduled start time, in ISO 8601 format, for the activity.

Link copied to clipboard

The actual start time, in ISO 8601 format, of the activity.

Link copied to clipboard

The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.

Link copied to clipboard

The total number of endpoints that the campaign successfully delivered messages to.

Link copied to clipboard

The total number of time zones that were completed.

Link copied to clipboard

The total number of unique time zones that are in the segment for the campaign.

Link copied to clipboard

The total number of endpoints that the campaign attempted to deliver messages to.

Link copied to clipboard

The unique identifier for the campaign treatment that the activity applies to. A treatment is a variation of a campaign that's used for A/B testing of a campaign.

Functions

Link copied to clipboard
inline fun copy(block: ActivityResponse.Builder.() -> Unit = {}): ActivityResponse
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