Class: Aws::EC2::Types::DescribeClientVpnEndpointsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeClientVpnEndpointsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_vpn_endpoints  ⇒ Array<Types::ClientVpnEndpoint> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Client VPN endpoints.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#client_vpn_endpoints ⇒ Array<Types::ClientVpnEndpoint>
Information about the Client VPN endpoints.
      19181 19182 19183 19184 19185 19186  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19181 class DescribeClientVpnEndpointsResult < Struct.new( :client_vpn_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      19181 19182 19183 19184 19185 19186  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 19181 class DescribeClientVpnEndpointsResult < Struct.new( :client_vpn_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end  |