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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_attachmentTypes::VpcAttachment

Information about the attachment.



2998
2999
3000
3001
3002
# File 'lib/aws-sdk-ec2/types.rb', line 2998

class AttachVpnGatewayResult < Struct.new(
  :vpc_attachment)
  SENSITIVE = []
  include Aws::Structure
end