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.
18913 18914 18915 |
# File 'sig/types.rbs', line 18913 def creation_time @creation_time end |
#default_association_route_table ⇒ Boolean
Returns the value of attribute default_association_route_table.
18911 18912 18913 |
# File 'sig/types.rbs', line 18911 def default_association_route_table @default_association_route_table end |
#default_propagation_route_table ⇒ Boolean
Returns the value of attribute default_propagation_route_table.
18912 18913 18914 |
# File 'sig/types.rbs', line 18912 def default_propagation_route_table @default_propagation_route_table end |
#state ⇒ "pending", ...
Returns the value of attribute state.
18910 18911 18912 |
# File 'sig/types.rbs', line 18910 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18914 18915 18916 |
# File 'sig/types.rbs', line 18914 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
18909 18910 18911 |
# File 'sig/types.rbs', line 18909 def transit_gateway_id @transit_gateway_id end |
#transit_gateway_route_table_id ⇒ ::String
Returns the value of attribute transit_gateway_route_table_id.
18908 18909 18910 |
# File 'sig/types.rbs', line 18908 def transit_gateway_route_table_id @transit_gateway_route_table_id end |