Class: Aws::EC2::Types::DisassociateClientVpnTargetNetworkResult

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 ID of the target network association.

Returns:

  • (String)


17939
17940
17941
17942
17943
# File 'lib/aws-sdk-ec2/types.rb', line 17939

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

#statusTypes::AssociationStatus

The current state of the target network association.



17939
17940
17941
17942
17943
# File 'lib/aws-sdk-ec2/types.rb', line 17939

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