ActivityResponse
public struct ActivityResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier for the application that the campaign applies to.
Declaration
Swift
public let applicationId: String
-
The unique identifier for the campaign that the activity applies to.
Declaration
Swift
public let campaignId: String
-
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
Declaration
Swift
public let end: String?
-
The unique identifier for the activity.
Declaration
Swift
public let id: String
-
Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.
Declaration
Swift
public let result: String?
-
The scheduled start time, in ISO 8601 format, for the activity.
Declaration
Swift
public let scheduledStart: String?
-
The actual start time, in ISO 8601 format, of the activity.
Declaration
Swift
public let start: String?
-
The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.
Declaration
Swift
public let state: String?
-
The total number of endpoints that the campaign successfully delivered messages to.
Declaration
Swift
public let successfulEndpointCount: Int?
-
The total number of time zones that were completed.
Declaration
Swift
public let timezonesCompletedCount: Int?
-
The total number of unique time zones that are in the segment for the campaign.
Declaration
Swift
public let timezonesTotalCount: Int?
-
The total number of endpoints that the campaign attempted to deliver messages to.
Declaration
Swift
public let totalEndpointCount: Int?
-
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.
Declaration
Swift
public let treatmentId: String?
-
init(applicationId:campaignId:end:id:result:scheduledStart:start:state:successfulEndpointCount:timezonesCompletedCount:timezonesTotalCount:totalEndpointCount:treatmentId:)
Undocumented
Declaration
Swift
public init(applicationId: String, campaignId: String, end: String? = nil, id: String, result: String? = nil, scheduledStart: String? = nil, start: String? = nil, state: String? = nil, successfulEndpointCount: Int? = nil, timezonesCompletedCount: Int? = nil, timezonesTotalCount: Int? = nil, totalEndpointCount: Int? = nil, treatmentId: String? = nil)