Struct aws_sdk_outposts::input::UpdateOutpostInput [−][src]
#[non_exhaustive]pub struct UpdateOutpostInput {
pub outpost_id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub supported_hardware_type: Option<SupportedHardwareType>,
}
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.outpost_id: Option<String>
The ID or the Amazon Resource Name (ARN) of the Outpost.
name: Option<String>
The name of the Outpost.
description: Option<String>
The description of the Outpost.
supported_hardware_type: Option<SupportedHardwareType>
The type of hardware for this Outpost.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOutpost, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOutpost, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateOutpost
>
Creates a new builder-style object to manufacture UpdateOutpostInput
The ID or the Amazon Resource Name (ARN) of the Outpost.
The description of the Outpost.
The type of hardware for this Outpost.
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 UpdateOutpostInput
impl Send for UpdateOutpostInput
impl Sync for UpdateOutpostInput
impl Unpin for UpdateOutpostInput
impl UnwindSafe for UpdateOutpostInput
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