Class: Aws::EC2::Types::DeleteTransitGatewayRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteTransitGatewayRouteTableResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#transit_gateway_route_table ⇒ Types::TransitGatewayRouteTable
Information about the deleted transit gateway route table.
Instance Attribute Details
#transit_gateway_route_table ⇒ Types::TransitGatewayRouteTable
Information about the deleted transit gateway route table.
16951 16952 16953 16954 16955 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 16951 class DeleteTransitGatewayRouteTableResult < Struct.new( :transit_gateway_route_table) SENSITIVE = [] include Aws::Structure end |