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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gateway_vpc_attachmentTypes::TransitGatewayVpcAttachment

Information about the modified attachment.



48965
48966
48967
48968
48969
# File 'lib/aws-sdk-ec2/types.rb', line 48965

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