Class: Aws::EC2::Types::CreateTransitGatewayVpcAttachmentResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_vpc_attachmentTypes::TransitGatewayVpcAttachment

Information about the VPC attachment.



6780
6781
6782
6783
# File 'lib/aws-sdk-ec2/types.rb', line 6780

class CreateTransitGatewayVpcAttachmentResult < Struct.new(
  :transit_gateway_vpc_attachment)
  include Aws::Structure
end