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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The unique ID of the target network association.

Returns:

  • (String)


1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1974

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

#statusTypes::AssociationStatus

The current state of the target network association.



1974
1975
1976
1977
1978
1979
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1974

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