Campaign
public struct Campaign : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the campaign.
Declaration
Swift
public let campaignArn: String?
-
The configuration details of a campaign.
Declaration
Swift
public let campaignConfig: CampaignConfig?
-
The date and time (in Unix format) 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 format) that the campaign was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp?
-
Undocumented
Declaration
Swift
public let latestCampaignUpdate: CampaignUpdateSummary?
-
Specifies the requested minimum provisioned transactions (recommendations) per second.
Declaration
Swift
public let minProvisionedTPS: Int?
-
The name of the campaign.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (ARN) of a specific version of the solution.
Declaration
Swift
public let solutionVersionArn: 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?
-
init(campaignArn:campaignConfig:creationDateTime:failureReason:lastUpdatedDateTime:latestCampaignUpdate:minProvisionedTPS:name:solutionVersionArn:status:)
Undocumented
Declaration
Swift
public init(campaignArn: String? = nil, campaignConfig: CampaignConfig? = nil, creationDateTime: TimeStamp? = nil, failureReason: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, latestCampaignUpdate: CampaignUpdateSummary? = nil, minProvisionedTPS: Int? = nil, name: String? = nil, solutionVersionArn: String? = nil, status: String? = nil)