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.
2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-ec2/types.rb', line 2877 class AssociatedTargetNetwork < Struct.new( :network_id, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The target network type.
2877 2878 2879 2880 2881 2882 |
# File 'lib/aws-sdk-ec2/types.rb', line 2877 class AssociatedTargetNetwork < Struct.new( :network_id, :network_type) SENSITIVE = [] include Aws::Structure end |