You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TargetNetwork

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a target network associated with a Client VPN endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association.

Returns:

  • (String)

    The ID of the association.

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint with which the target network is associated.

Returns:

  • (String)

    The ID of the Client VPN endpoint with which the target network is associated.

#security_groupsArray<String>

The IDs of the security groups applied to the target network association.

Returns:

  • (Array<String>)

    The IDs of the security groups applied to the target network association.

#statusTypes::AssociationStatus

The current state of the target network association.

Returns:

#target_network_idString

The ID of the subnet specified as the target network.

Returns:

  • (String)

    The ID of the subnet specified as the target network.

#vpc_idString

The ID of the VPC in which the target network (subnet) is located.

Returns:

  • (String)

    The ID of the VPC in which the target network (subnet) is located.