Class: Aws::EC2::Types::CreateClientVpnEndpointResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateClientVpnEndpointResult
 
 
- 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.
 - 
  
    
      #dns_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The DNS name to be used by clients when establishing their VPN session.
 - 
  
    
      #status  ⇒ Types::ClientVpnEndpointStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current state of the Client VPN endpoint.
 
Instance Attribute Details
#client_vpn_endpoint_id ⇒ String
The ID of the Client VPN endpoint.
      8258 8259 8260 8261 8262 8263 8264  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8258 class CreateClientVpnEndpointResult < Struct.new( :client_vpn_endpoint_id, :status, :dns_name) SENSITIVE = [] include Aws::Structure end  | 
  
#dns_name ⇒ String
The DNS name to be used by clients when establishing their VPN session.
      8258 8259 8260 8261 8262 8263 8264  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8258 class CreateClientVpnEndpointResult < Struct.new( :client_vpn_endpoint_id, :status, :dns_name) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::ClientVpnEndpointStatus
The current state of the Client VPN endpoint.
      8258 8259 8260 8261 8262 8263 8264  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 8258 class CreateClientVpnEndpointResult < Struct.new( :client_vpn_endpoint_id, :status, :dns_name) SENSITIVE = [] include Aws::Structure end  |