Class: Aws::EC2::Types::DeleteTransitGatewayRouteTableResult

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_route_tableTypes::TransitGatewayRouteTable

Information about the deleted transit gateway route table.



8762
8763
8764
8765
# File 'lib/aws-sdk-ec2/types.rb', line 8762

class DeleteTransitGatewayRouteTableResult < Struct.new(
  :transit_gateway_route_table)
  include Aws::Structure
end