CampaignUpdateSummary
public struct CampaignUpdateSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Undocumented
Declaration
Swift
public let campaignConfig: CampaignConfig? -
The date and time (in Unix time) that the campaign update was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
If a campaign update fails, the reason behind the failure.
Declaration
Swift
public let failureReason: String? -
The date and time (in Unix time) that the campaign update was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
Declaration
Swift
public let minProvisionedTPS: Int? -
The Amazon Resource Name (ARN) of the deployed solution version.
Declaration
Swift
public let solutionVersionArn: String? -
The status of the campaign update. A campaign update 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(campaignConfig:creationDateTime:failureReason:lastUpdatedDateTime:minProvisionedTPS:solutionVersionArn:status:)Undocumented
Declaration
Swift
public init(campaignConfig: CampaignConfig? = nil, creationDateTime: TimeStamp? = nil, failureReason: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, minProvisionedTPS: Int? = nil, solutionVersionArn: String? = nil, status: String? = nil)
View on GitHub
CampaignUpdateSummary Structure Reference