Struct aws_sdk_outposts::model::Outpost
source · [−]#[non_exhaustive]pub struct Outpost { /* private fields */ }
Expand description
Information about an Outpost.
Implementations
sourceimpl 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.
Trait Implementations
impl StructuralPartialEq for Outpost
Auto Trait Implementations
impl RefUnwindSafe for Outpost
impl Send for Outpost
impl Sync for Outpost
impl Unpin for Outpost
impl UnwindSafe for Outpost
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more