pub struct GetVpnGatewayResult {
pub amazon_side_asn: Output<String>,
pub arn: Output<String>,
pub attached_vpc_id: Output<String>,
pub availability_zone: Output<String>,
pub filters: Output<Option<Vec<GetVpnGatewayFilter>>>,
pub id: Output<String>,
pub state: Output<String>,
pub tags: Output<HashMap<String, String>>,
}
Fields§
§amazon_side_asn: Output<String>
§arn: Output<String>
§attached_vpc_id: Output<String>
§availability_zone: Output<String>
§filters: Output<Option<Vec<GetVpnGatewayFilter>>>
§id: Output<String>
§state: Output<String>
Auto Trait Implementations§
impl Freeze for GetVpnGatewayResult
impl RefUnwindSafe for GetVpnGatewayResult
impl Send for GetVpnGatewayResult
impl Sync for GetVpnGatewayResult
impl Unpin for GetVpnGatewayResult
impl UnwindSafe for GetVpnGatewayResult
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