Class: Aws::EC2::Types::ModifyTransitGatewayVpcAttachmentResult

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 modified attachment.



26442
26443
26444
26445
# File 'lib/aws-sdk-ec2/types.rb', line 26442

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