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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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.
70954 70955 70956 70957 70958 70959 70960 70961 70962 70963 70964 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 70954 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 |