Class: Aws::Types::TransitGatewayRouteTable
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRouteTable
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_association_route_table ⇒ Boolean
Returns the value of attribute default_association_route_table.
-
#default_propagation_route_table ⇒ Boolean
Returns the value of attribute default_propagation_route_table.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
18242 18243 18244 |
# File 'sig/types.rbs', line 18242 def creation_time @creation_time end |
#default_association_route_table ⇒ Boolean
Returns the value of attribute default_association_route_table.
18240 18241 18242 |
# File 'sig/types.rbs', line 18240 def default_association_route_table @default_association_route_table end |
#default_propagation_route_table ⇒ Boolean
Returns the value of attribute default_propagation_route_table.
18241 18242 18243 |
# File 'sig/types.rbs', line 18241 def default_propagation_route_table @default_propagation_route_table end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18239 18240 18241 |
# File 'sig/types.rbs', line 18239 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18243 18244 18245 |
# File 'sig/types.rbs', line 18243 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18238 18239 18240 |
# File 'sig/types.rbs', line 18238 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18237 18238 18239 |
# File 'sig/types.rbs', line 18237 def transit_gateway_route_table_id @transit_gateway_route_table_id end |