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.
3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-ec2/types.rb', line 3189 class AttachVpnGatewayResult < Struct.new( :vpc_attachment) SENSITIVE = [] include Aws::Structure end |