Class: Aws::EC2::Types::AssociatedTargetNetwork
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociatedTargetNetwork
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the subnet.
-
#network_type ⇒ String
The target network type.
Instance Attribute Details
#network_id ⇒ String
The ID of the subnet.
2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-ec2/types.rb', line 2686 class AssociatedTargetNetwork < Struct.new( :network_id, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The target network type.
2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-ec2/types.rb', line 2686 class AssociatedTargetNetwork < Struct.new( :network_id, :network_type) SENSITIVE = [] include Aws::Structure end |