Struct aws_sdk_personalize::input::UpdateCampaignInput
source · [−]#[non_exhaustive]pub struct UpdateCampaignInput {
pub campaign_arn: Option<String>,
pub solution_version_arn: Option<String>,
pub min_provisioned_tps: Option<i32>,
pub campaign_config: Option<CampaignConfig>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.campaign_arn: Option<String>The Amazon Resource Name (ARN) of the campaign.
solution_version_arn: Option<String>The ARN of a new solution version to deploy.
min_provisioned_tps: Option<i32>Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
campaign_config: Option<CampaignConfig>The configuration details of a campaign.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCampaign, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateCampaign, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateCampaign>
Creates a new builder-style object to manufacture UpdateCampaignInput
The Amazon Resource Name (ARN) of the campaign.
The ARN of a new solution version to deploy.
Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
The configuration details of a campaign.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for UpdateCampaignInput
impl Send for UpdateCampaignInput
impl Sync for UpdateCampaignInput
impl Unpin for UpdateCampaignInput
impl UnwindSafe for UpdateCampaignInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more