Struct aws_sdk_outposts::input::CreateSiteInput
source · [−]#[non_exhaustive]pub struct CreateSiteInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for CreateSiteInput
impl Clone for CreateSiteInput
sourcefn clone(&self) -> CreateSiteInput
fn clone(&self) -> CreateSiteInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more