Struct aws_sdk_outposts::model::Outpost
source · #[non_exhaustive]pub struct Outpost { /* private fields */ }
Expand description
Information about an Outpost.
Implementations§
source§impl Outpost
impl Outpost
sourcepub fn outpost_id(&self) -> Option<&str>
pub fn outpost_id(&self) -> Option<&str>
The ID of the Outpost.
sourcepub fn owner_id(&self) -> Option<&str>
pub fn owner_id(&self) -> Option<&str>
The Amazon Web Services account ID of the Outpost owner.
sourcepub fn outpost_arn(&self) -> Option<&str>
pub fn outpost_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Outpost.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Outpost.
sourcepub fn life_cycle_status(&self) -> Option<&str>
pub fn life_cycle_status(&self) -> Option<&str>
The life cycle status.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone.
sourcepub fn availability_zone_id(&self) -> Option<&str>
pub fn availability_zone_id(&self) -> Option<&str>
The ID of the Availability Zone.
The Outpost tags.
sourcepub fn supported_hardware_type(&self) -> Option<&SupportedHardwareType>
pub fn supported_hardware_type(&self) -> Option<&SupportedHardwareType>
The hardware type.