Class: Aws::EC2::Types::DeleteTransitGatewayVpcAttachmentResult

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 deleted VPC attachment.



8746
8747
8748
8749
# File 'lib/aws-sdk-ec2/types.rb', line 8746

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