Struct aws_sdk_personalize::input::CreateCampaignInput [−][src]
#[non_exhaustive]pub struct CreateCampaignInput {
pub name: 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.name: Option<String>A name for the new campaign. The campaign name must be unique within your account.
solution_version_arn: Option<String>The Amazon Resource Name (ARN) of the 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<CreateCampaign, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateCampaign, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateCampaign>
Creates a new builder-style object to manufacture CreateCampaignInput
A name for the new campaign. The campaign name must be unique within your account.
The Amazon Resource Name (ARN) of the 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 CreateCampaignInput
impl Send for CreateCampaignInput
impl Sync for CreateCampaignInput
impl Unpin for CreateCampaignInput
impl UnwindSafe for CreateCampaignInput
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
