Class: Aws::EC2::Types::AssociatedTargetNetwork

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#network_idString

The ID of the subnet.

Returns:

  • (String)


1078
1079
1080
1081
1082
# File 'lib/aws-sdk-ec2/types.rb', line 1078

class AssociatedTargetNetwork < Struct.new(
  :network_id,
  :network_type)
  include Aws::Structure
end

#network_typeString

The target network type.

Returns:

  • (String)


1078
1079
1080
1081
1082
# File 'lib/aws-sdk-ec2/types.rb', line 1078

class AssociatedTargetNetwork < Struct.new(
  :network_id,
  :network_type)
  include Aws::Structure
end