Struct aws_sdk_outposts::input::CreateOutpostInput
source · [−]#[non_exhaustive]pub struct CreateOutpostInput {
pub name: Option<String>,
pub description: Option<String>,
pub site_id: Option<String>,
pub availability_zone: Option<String>,
pub availability_zone_id: Option<String>,
pub tags: Option<HashMap<String, 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.name: Option<String>
The name of the Outpost.
description: Option<String>
The description of the Outpost.
site_id: Option<String>
The ID or the Amazon Resource Name (ARN) of the site.
availability_zone: Option<String>
The Availability Zone.
availability_zone_id: Option<String>
The ID of the Availability Zone.
The tags to apply to 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<CreateOutpost, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateOutpost, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateOutpost
>
Creates a new builder-style object to manufacture CreateOutpostInput
The description of the Outpost.
The Availability Zone.
The ID of the Availability Zone.
The tags to apply to 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 CreateOutpostInput
impl Send for CreateOutpostInput
impl Sync for CreateOutpostInput
impl Unpin for CreateOutpostInput
impl UnwindSafe for CreateOutpostInput
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