Class: Aws::EC2::Types::TerminateClientVpnConnectionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TerminateClientVpnConnectionsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_vpn_endpoint_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Client VPN endpoint.
 - 
  
    
      #connection_statuses  ⇒ Array<Types::TerminateConnectionStatus> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the client connections.
 - 
  
    
      #username  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user who established the terminated client connections.
 
Instance Attribute Details
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint.
      68769 68770 68771 68772 68773 68774 68775  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68769 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#connection_statuses ⇒ Array<Types::TerminateConnectionStatus>
The current state of the client connections.
      68769 68770 68771 68772 68773 68774 68775  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68769 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end  | 
  
#username ⇒ String
The user who established the terminated client connections.
      68769 68770 68771 68772 68773 68774 68775  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 68769 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end  |