Class: Aws::EC2::Types::ModifyVpnTunnelCertificateResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ModifyVpnTunnelCertificateResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpn_connection  ⇒ Types::VpnConnection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the VPN connection.
 
Instance Attribute Details
#vpn_connection ⇒ Types::VpnConnection
Information about the VPN connection.
      54996 54997 54998 54999 55000  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 54996 class ModifyVpnTunnelCertificateResult < Struct.new( :vpn_connection) SENSITIVE = [] include Aws::Structure end  |