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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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

Instance Attribute Details

#network_idString

The ID of the subnet.

Returns:

  • (String)


2712
2713
2714
2715
2716
2717
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2712

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

#network_typeString

The target network type.

Returns:

  • (String)


2712
2713
2714
2715
2716
2717
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2712

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