Class: Aws::EC2::Types::AssociateClientVpnTargetNetworkResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The unique ID of the target network association.

Returns:

  • (String)


804
805
806
807
808
# File 'lib/aws-sdk-ec2/types.rb', line 804

class AssociateClientVpnTargetNetworkResult < Struct.new(
  :association_id,
  :status)
  include Aws::Structure
end

#statusTypes::AssociationStatus

The current state of the target network association.



804
805
806
807
808
# File 'lib/aws-sdk-ec2/types.rb', line 804

class AssociateClientVpnTargetNetworkResult < Struct.new(
  :association_id,
  :status)
  include Aws::Structure
end