Class: Aws::EC2::Types::DisassociateClientVpnTargetNetworkResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DisassociateClientVpnTargetNetworkResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #association_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the target network association.
 - 
  
    
      #status  ⇒ Types::AssociationStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the target network association.
 
Instance Attribute Details
#association_id ⇒ String
The ID of the target network association.
      31665 31666 31667 31668 31669 31670  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31665 class DisassociateClientVpnTargetNetworkResult < Struct.new( :association_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::AssociationStatus
The current state of the target network association.
      31665 31666 31667 31668 31669 31670  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 31665 class DisassociateClientVpnTargetNetworkResult < Struct.new( :association_id, :status) SENSITIVE = [] include Aws::Structure end  |