Struct aws_sdk_ec2::model::vpn_gateway::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VpnGateway
Implementations
The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.
The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.
The current state of the virtual private gateway.
The type of VPN connection the virtual private gateway supports.
The type of VPN connection the virtual private gateway supports.
Appends an item to vpc_attachments
.
To override the contents of this collection use set_vpc_attachments
.
Any VPCs attached to the virtual private gateway.
Any VPCs attached to the virtual private gateway.
The ID of the virtual private gateway.
The ID of the virtual private gateway.
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the virtual private gateway.
Any tags assigned to the virtual private gateway.
Consumes the builder and constructs a VpnGateway
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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