Class: Aws::EC2::Types::TransitGatewayRouteTable
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayRouteTable
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a transit gateway route table.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #default_association_route_table  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether this is the default association route table for the transit gateway.
 - 
  
    
      #default_propagation_route_table  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether this is the default propagation route table for the transit gateway.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the transit gateway route table.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any tags assigned to the route table.
 - 
  
    
      #transit_gateway_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway.
 - 
  
    
      #transit_gateway_route_table_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the transit gateway route table.
 
Instance Attribute Details
#creation_time ⇒ Time
The creation time.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#default_association_route_table ⇒ Boolean
Indicates whether this is the default association route table for the transit gateway.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#default_propagation_route_table ⇒ Boolean
Indicates whether this is the default propagation route table for the transit gateway.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the transit gateway route table.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Any tags assigned to the route table.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_id ⇒ String
The ID of the transit gateway.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#transit_gateway_route_table_id ⇒ String
The ID of the transit gateway route table.
      70987 70988 70989 70990 70991 70992 70993 70994 70995 70996 70997  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70987 class TransitGatewayRouteTable < Struct.new( :transit_gateway_route_table_id, :transit_gateway_id, :state, :default_association_route_table, :default_propagation_route_table, :creation_time, :tags) SENSITIVE = [] include Aws::Structure end  |