Struct aws_sdk_outposts::input::CreateSiteInput
source · #[non_exhaustive]pub struct CreateSiteInput { /* private fields */ }
Implementations§
source§impl CreateSiteInput
impl CreateSiteInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSite, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSite, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSite
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSiteInput
.
source§impl CreateSiteInput
impl CreateSiteInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the site.
sourcepub fn notes(&self) -> Option<&str>
pub fn notes(&self) -> Option<&str>
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.
sourcepub fn operating_address(&self) -> Option<&Address>
pub fn operating_address(&self) -> Option<&Address>
The location to install and power on the hardware. This address might be different from the shipping address.
sourcepub fn shipping_address(&self) -> Option<&Address>
pub fn shipping_address(&self) -> Option<&Address>
The location to ship the hardware. This address might be different from the operating address.
sourcepub fn rack_physical_properties(&self) -> Option<&RackPhysicalProperties>
pub fn rack_physical_properties(&self) -> 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.
Trait Implementations§
source§impl Clone for CreateSiteInput
impl Clone for CreateSiteInput
source§fn clone(&self) -> CreateSiteInput
fn clone(&self) -> CreateSiteInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateSiteInput
impl Debug for CreateSiteInput
source§impl PartialEq<CreateSiteInput> for CreateSiteInput
impl PartialEq<CreateSiteInput> for CreateSiteInput
source§fn eq(&self, other: &CreateSiteInput) -> bool
fn eq(&self, other: &CreateSiteInput) -> bool
self
and other
values to be equal, and is used
by ==
.