pub struct GetLocalGatewayResult {
pub filters: Output<Option<Vec<GetLocalGatewayFilter>>>,
pub id: Output<String>,
pub outpost_arn: Output<String>,
pub owner_id: Output<String>,
pub state: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§filters: Output<Option<Vec<GetLocalGatewayFilter>>>
§id: Output<String>
§outpost_arn: Output<String>
ARN of Outpost
owner_id: Output<String>
AWS account identifier that owns the Local Gateway.
state: Output<String>
State of the local gateway.
Auto Trait Implementations§
impl Freeze for GetLocalGatewayResult
impl RefUnwindSafe for GetLocalGatewayResult
impl Send for GetLocalGatewayResult
impl Sync for GetLocalGatewayResult
impl Unpin for GetLocalGatewayResult
impl UnwindSafe for GetLocalGatewayResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more