Class: Aws::EC2::Types::AttachVpnGatewayResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AttachVpnGatewayResult
 
- Defined in:
- gems/aws-sdk-ec2/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.
| 3320 3321 3322 3323 3324 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3320 class AttachVpnGatewayResult < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |