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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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.
70369 70370 70371 70372 70373 70374 70375 70376 70377 70378 70379 |
# File 'lib/aws-sdk-ec2/types.rb', line 70369 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 |