You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Personalize::Types::UpdateCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::UpdateCampaignRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateCampaignRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
campaign_arn: "Arn", # required
solution_version_arn: "Arn",
min_provisioned_tps: 1,
campaign_config: {
item_exploration_config: {
"ParameterName" => "ParameterValue",
},
},
}
Instance Attribute Summary collapse
-
#campaign_arn ⇒ String
The Amazon Resource Name (ARN) of the campaign.
-
#campaign_config ⇒ Types::CampaignConfig
The configuration details of a campaign.
-
#min_provisioned_tps ⇒ Integer
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
-
#solution_version_arn ⇒ String
The ARN of a new solution version to deploy.
Instance Attribute Details
#campaign_arn ⇒ String
The Amazon Resource Name (ARN) of the campaign.
#campaign_config ⇒ Types::CampaignConfig
The configuration details of a campaign.
#min_provisioned_tps ⇒ Integer
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
#solution_version_arn ⇒ String
The ARN of a new solution version to deploy.