Class: Aws::EC2::Types::TerminateClientVpnConnectionsResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::TerminateClientVpnConnectionsResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 76469 76470 76471 76472 76473 76474 76475 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76469 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.
| 76469 76470 76471 76472 76473 76474 76475 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76469 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.
| 76469 76470 76471 76472 76473 76474 76475 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76469 class TerminateClientVpnConnectionsResult < Struct.new( :client_vpn_endpoint_id, :username, :connection_statuses) SENSITIVE = [] include Aws::Structure end |