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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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 deleted VPC attachment.



15522
15523
15524
15525
15526
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15522

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