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.
18892 18893 18894 |
# File 'sig/types.rbs', line 18892 def creation_time @creation_time end |
#default_association_route_table ⇒ Boolean
Returns the value of attribute default_association_route_table.
18890 18891 18892 |
# File 'sig/types.rbs', line 18890 def default_association_route_table @default_association_route_table end |
#default_propagation_route_table ⇒ Boolean
Returns the value of attribute default_propagation_route_table.
18891 18892 18893 |
# File 'sig/types.rbs', line 18891 def default_propagation_route_table @default_propagation_route_table end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18889 18890 18891 |
# File 'sig/types.rbs', line 18889 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18893 18894 18895 |
# File 'sig/types.rbs', line 18893 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18888 18889 18890 |
# File 'sig/types.rbs', line 18888 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18887 18888 18889 |
# File 'sig/types.rbs', line 18887 def transit_gateway_route_table_id @transit_gateway_route_table_id end |