Struct aws_sdk_cloudfront::input::UpdateDistributionInput [−][src]
#[non_exhaustive]pub struct UpdateDistributionInput {
pub distribution_config: Option<DistributionConfig>,
pub id: Option<String>,
pub if_match: Option<String>,
}
Expand description
The request to update a distribution.
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_config: Option<DistributionConfig>
The distribution's configuration information.
id: Option<String>
The distribution's id.
if_match: Option<String>
The value of the ETag
header that you received when retrieving the
distribution's configuration. For example: E2QWRUHAPOMQZL
.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistribution, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDistribution, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateDistribution
>
Creates a new builder-style object to manufacture UpdateDistributionInput
The distribution's configuration information.
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 UpdateDistributionInput
impl Send for UpdateDistributionInput
impl Sync for UpdateDistributionInput
impl Unpin for UpdateDistributionInput
impl UnwindSafe for UpdateDistributionInput
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