Struct aws_sdk_imagebuilder::input::UpdateDistributionConfigurationInput [−][src]
#[non_exhaustive]pub struct UpdateDistributionConfigurationInput {
pub distribution_configuration_arn: Option<String>,
pub description: Option<String>,
pub distributions: Option<Vec<Distribution>>,
pub client_token: Option<String>,
}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.distribution_configuration_arn: Option<String>The Amazon Resource Name (ARN) of the distribution configuration that you want to update.
description: Option<String>The description of the distribution configuration.
distributions: Option<Vec<Distribution>>The distributions of the distribution configuration.
client_token: Option<String>The idempotency token of the distribution configuration.
Implementations
pub fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateDistributionConfiguration, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateDistributionConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDistributionConfiguration>
Creates a new builder-style object to manufacture UpdateDistributionConfigurationInput
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 Send for UpdateDistributionConfigurationInput
impl Sync for UpdateDistributionConfigurationInput
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