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

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

Information about the deleted transit gateway route table.



19917
19918
19919
19920
19921
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 19917

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