Struct aws_sdk_outposts::model::Outpost [−][src]
#[non_exhaustive]pub struct Outpost {
pub outpost_id: Option<String>,
pub owner_id: Option<String>,
pub outpost_arn: Option<String>,
pub site_id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub life_cycle_status: Option<String>,
pub availability_zone: Option<String>,
pub availability_zone_id: Option<String>,
pub tags: Option<HashMap<String, String>>,
pub site_arn: Option<String>,
}
Expand description
Information about an Outpost.
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.outpost_id: Option<String>
The ID of the Outpost.
owner_id: Option<String>
The AWS account ID of the Outpost owner.
outpost_arn: Option<String>
The Amazon Resource Name (ARN) of the Outpost.
site_id: Option<String>
The ID of the site.
name: Option<String>
The name of the Outpost.
description: Option<String>
The description of the Outpost.
life_cycle_status: Option<String>
The life cycle status.
availability_zone: Option<String>
The Availability Zone.
availability_zone_id: Option<String>
The ID of the Availability Zone.
The Outpost tags.
site_arn: Option<String>
The Amazon Resource Name (ARN) of the site.
Implementations
The ID of the Outpost.
The Amazon Resource Name (ARN) of the Outpost.
The description of the Outpost.
The life cycle status.
The Availability Zone.
The ID of the Availability Zone.
The Outpost tags.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Outpost
impl UnwindSafe for Outpost
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