Class: Aws::EC2::Types::AttachVpnGatewayResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AttachVpnGatewayResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of AttachVpnGateway.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #vpc_attachment  ⇒ Types::VpcAttachment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the attachment.
 
Instance Attribute Details
#vpc_attachment ⇒ Types::VpcAttachment
Information about the attachment.
      3198 3199 3200 3201 3202  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 3198 class AttachVpnGatewayResult < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end  |