Struct aws_sdk_ec2::model::TargetNetwork [−][src]
#[non_exhaustive]pub struct TargetNetwork {
pub association_id: Option<String>,
pub vpc_id: Option<String>,
pub target_network_id: Option<String>,
pub client_vpn_endpoint_id: Option<String>,
pub status: Option<AssociationStatus>,
pub security_groups: Option<Vec<String>>,
}
Expand description
Describes a target network associated with a Client VPN endpoint.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.association_id: Option<String>
The ID of the association.
vpc_id: Option<String>
The ID of the VPC in which the target network (subnet) is located.
target_network_id: Option<String>
The ID of the subnet specified as the target network.
client_vpn_endpoint_id: Option<String>
The ID of the Client VPN endpoint with which the target network is associated.
status: Option<AssociationStatus>
The current state of the target network association.
security_groups: Option<Vec<String>>
The IDs of the security groups applied to the target network association.
Implementations
The ID of the association.
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 Client VPN endpoint with which the target network is associated.
The current state of the target network association.
Creates a new builder-style object to manufacture TargetNetwork
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TargetNetwork
impl Send for TargetNetwork
impl Sync for TargetNetwork
impl Unpin for TargetNetwork
impl UnwindSafe for TargetNetwork
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