Class: Aws::EC2::Types::VpnConnectionDeviceType
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VpnConnectionDeviceType
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
List of customer gateway devices that have a sample configuration file available for use. You can also see the list of device types with sample configuration files available under [Your customer gateway device] in the *Amazon Web Services Site-to-Site VPN User Guide*.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #platform  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Customer gateway device platform.
 - 
  
    
      #software  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Customer gateway device software version.
 - 
  
    
      #vendor  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Customer gateway device vendor.
 - 
  
    
      #vpn_connection_device_type_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Customer gateway device identifier.
 
Instance Attribute Details
#platform ⇒ String
Customer gateway device platform.
      74488 74489 74490 74491 74492 74493 74494 74495  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74488 class VpnConnectionDeviceType < Struct.new( :vpn_connection_device_type_id, :vendor, :platform, :software) SENSITIVE = [] include Aws::Structure end  | 
  
#software ⇒ String
Customer gateway device software version.
      74488 74489 74490 74491 74492 74493 74494 74495  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74488 class VpnConnectionDeviceType < Struct.new( :vpn_connection_device_type_id, :vendor, :platform, :software) SENSITIVE = [] include Aws::Structure end  | 
  
#vendor ⇒ String
Customer gateway device vendor.
      74488 74489 74490 74491 74492 74493 74494 74495  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74488 class VpnConnectionDeviceType < Struct.new( :vpn_connection_device_type_id, :vendor, :platform, :software) SENSITIVE = [] include Aws::Structure end  | 
  
#vpn_connection_device_type_id ⇒ String
Customer gateway device identifier.
      74488 74489 74490 74491 74492 74493 74494 74495  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 74488 class VpnConnectionDeviceType < Struct.new( :vpn_connection_device_type_id, :vendor, :platform, :software) SENSITIVE = [] include Aws::Structure end  |