Class: Aws::EC2::Types::TransitGatewayRouteTable
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayRouteTable
- Defined in:
- gems/aws-sdk-ec2/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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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.
67057 67058 67059 67060 67061 67062 67063 67064 67065 67066 67067 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67057 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 |