Class: Aws::EC2::Types::ExportClientVpnClientConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ExportClientVpnClientConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_configuration  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The contents of the Client VPN endpoint configuration file.
 
Instance Attribute Details
#client_configuration ⇒ String
The contents of the Client VPN endpoint configuration file.
      34807 34808 34809 34810 34811  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 34807 class ExportClientVpnClientConfigurationResult < Struct.new( :client_configuration) SENSITIVE = [] include Aws::Structure end  |