Struct aws_sdk_ec2::model::target_network::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for TargetNetwork
Implementations
The ID of the association.
The ID of the association.
The ID of the VPC in which the target network (subnet) is located.
The ID of the VPC in which the target network (subnet) is located.
The ID of the subnet specified as the target network.
The ID of the subnet specified as the target network.
The ID of the Client VPN endpoint with which the target network is associated.
The ID of the Client VPN endpoint with which the target network is associated.
The current state of the target network association.
The current state of the target network association.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The IDs of the security groups applied to the target network association.
The IDs of the security groups applied to the target network association.
Consumes the builder and constructs a TargetNetwork
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