CampaignSummary
public struct CampaignSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the campaign.
Declaration
Swift
public let campaignArn: String? -
The date and time (in Unix time) that the campaign was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
If a campaign fails, the reason behind the failure.
Declaration
Swift
public let failureReason: String? -
The date and time (in Unix time) that the campaign was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The name of the campaign.
Declaration
Swift
public let name: String? -
The status of the campaign. A campaign can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
Declaration
Swift
public let status: String?
View on GitHub
CampaignSummary Structure Reference