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
show all
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

Instance Attribute Details

#campaign_arnString

The Amazon Resource Name (ARN) of the campaign.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the campaign.

#campaign_configTypes::CampaignConfig

The configuration details of a campaign.

Returns:

#min_provisioned_tpsInteger

Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

Returns:

  • (Integer)

    Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.

#solution_version_arnString

The ARN of a new solution version to deploy.

Returns:

  • (String)

    The ARN of a new solution version to deploy.