Class: Aws::EC2::Types::GetVpnConnectionDeviceSampleConfigurationResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetVpnConnectionDeviceSampleConfigurationResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:vpn_connection_device_sample_configuration]
Instance Attribute Summary collapse
- 
  
    
      #vpn_connection_device_sample_configuration  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Sample configuration file for the specified customer gateway device.
 
Instance Attribute Details
#vpn_connection_device_sample_configuration ⇒ String
Sample configuration file for the specified customer gateway device.
      39343 39344 39345 39346 39347  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 39343 class GetVpnConnectionDeviceSampleConfigurationResult < Struct.new( :vpn_connection_device_sample_configuration) SENSITIVE = [:vpn_connection_device_sample_configuration] include Aws::Structure end  |