UpdateCampaignRequest
public struct UpdateCampaignRequest : 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? -
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
Declaration
Swift
public let minProvisionedTPS: Int? -
The ARN of a new solution version to deploy.
Declaration
Swift
public let solutionVersionArn: String? -
Undocumented
Declaration
Swift
public init(campaignArn: String, campaignConfig: CampaignConfig? = nil, minProvisionedTPS: Int? = nil, solutionVersionArn: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateCampaignRequest Structure Reference