Class: Aws::EC2::Types::CreateTransitGatewayRouteTableResult

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_table ⇒ Types::TransitGatewayRouteTable

Information about the transit gateway route table.



17182
17183
17184
17185
17186
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17182

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