Struct aws_sdk_imagebuilder::input::CreateDistributionConfigurationInput [−][src]
#[non_exhaustive]pub struct CreateDistributionConfigurationInput {
pub name: Option<String>,
pub description: Option<String>,
pub distributions: Option<Vec<Distribution>>,
pub tags: Option<HashMap<String, String>>,
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.name: Option<String>
The name of the distribution configuration.
description: Option<String>
The description of the distribution configuration.
distributions: Option<Vec<Distribution>>
The distributions of the distribution configuration.
The tags of the distribution configuration.
client_token: Option<String>
The idempotency token of the distribution configuration.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateDistributionConfiguration, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateDistributionConfiguration, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateDistributionConfiguration
>
Creates a new builder-style object to manufacture CreateDistributionConfigurationInput
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 CreateDistributionConfigurationInput
impl Sync for CreateDistributionConfigurationInput
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