Class: Aws::EC2::Types::CreateTransitGatewayRouteTableResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateTransitGatewayRouteTableResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #transit_gateway_route_table  ⇒ Types::TransitGatewayRouteTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the transit gateway route table.
 
Instance Attribute Details
#transit_gateway_route_table ⇒ Types::TransitGatewayRouteTable
Information about the transit gateway route table.
      12836 12837 12838 12839 12840  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12836 class CreateTransitGatewayRouteTableResult < Struct.new( :transit_gateway_route_table) SENSITIVE = [] include Aws::Structure end  |