class Aws::Personalize::Types::UpdateCampaignRequest

@note When making an API call, you may pass UpdateCampaignRequest

data as a hash:

    {
      campaign_arn: "Arn", # required
      solution_version_arn: "Arn",
      min_provisioned_tps: 1,
      campaign_config: {
        item_exploration_config: {
          "ParameterName" => "ParameterValue",
        },
      },
    }

@!attribute [rw] campaign_arn

The Amazon Resource Name (ARN) of the campaign.
@return [String]

@!attribute [rw] solution_version_arn

The ARN of a new solution version to deploy.
@return [String]

@!attribute [rw] min_provisioned_tps

Specifies the requested minimum provisioned transactions
(recommendations) per second that Amazon Personalize will support.
@return [Integer]

@!attribute [rw] campaign_config

The configuration details of a campaign.
@return [Types::CampaignConfig]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/UpdateCampaignRequest AWS API Documentation

Constants

SENSITIVE