Struct aws_sdk_outposts::input::CreateSiteInput [−][src]
#[non_exhaustive]pub struct CreateSiteInput {
pub name: Option<String>,
pub description: Option<String>,
pub notes: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub operating_address: Option<Address>,
pub shipping_address: Option<Address>,
pub rack_physical_properties: Option<RackPhysicalProperties>,
}
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 site.
description: Option<String>
The description of the site.
notes: Option<String>
Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.
The tags to apply to a site.
operating_address: Option<Address>
The location to install and power on the hardware. This address might be different from the shipping address.
shipping_address: Option<Address>
The location to ship the hardware. This address might be different from the operating address.
rack_physical_properties: Option<RackPhysicalProperties>
Information about the physical and logistical details for the rack at this site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSite, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSite, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateSite
>
Creates a new builder-style object to manufacture CreateSiteInput
The description of the site.
Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.
The tags to apply to a site.
The location to install and power on the hardware. This address might be different from the shipping address.
The location to ship the hardware. This address might be different from the operating address.
Information about the physical and logistical details for the rack at this site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
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 CreateSiteInput
impl Send for CreateSiteInput
impl Sync for CreateSiteInput
impl Unpin for CreateSiteInput
impl UnwindSafe for CreateSiteInput
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