Class: Aws::EC2::Types::DeleteTransitGatewayResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#transit_gatewayTypes::TransitGateway

Information about the deleted transit gateway.



8625
8626
8627
8628
# File 'lib/aws-sdk-ec2/types.rb', line 8625

class DeleteTransitGatewayResult < Struct.new(
  :transit_gateway)
  include Aws::Structure
end