pub struct GetInternetGatewayResult {
pub arn: Output<String>,
pub attachments: Output<Vec<GetInternetGatewayAttachment>>,
pub filters: Output<Option<Vec<GetInternetGatewayFilter>>>,
pub id: Output<String>,
pub internet_gateway_id: Output<String>,
pub owner_id: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§arn: Output<String>
ARN of the Internet Gateway.
attachments: Output<Vec<GetInternetGatewayAttachment>>
§filters: Output<Option<Vec<GetInternetGatewayFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
internet_gateway_id: Output<String>
§owner_id: Output<String>
ID of the AWS account that owns the internet gateway.
Auto Trait Implementations§
impl Freeze for GetInternetGatewayResult
impl RefUnwindSafe for GetInternetGatewayResult
impl Send for GetInternetGatewayResult
impl Sync for GetInternetGatewayResult
impl Unpin for GetInternetGatewayResult
impl UnwindSafe for GetInternetGatewayResult
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