Class: Aws::EC2::Types::AttachVpnGatewayResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of AttachVpnGateway.

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_attachmentTypes::VpcAttachment

Information about the attachment.



1328
1329
1330
1331
# File 'lib/aws-sdk-ec2/types.rb', line 1328

class AttachVpnGatewayResult < Struct.new(
  :vpc_attachment)
  include Aws::Structure
end