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.



53257
53258
53259
53260
53261
# File 'lib/aws-sdk-ec2/types.rb', line 53257

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