Class: Aws::Types::RouteTableIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::RouteTableIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_network_function_group ⇒ Types::CoreNetworkNetworkFunctionGroupIdentifier
Returns the value of attribute core_network_network_function_group.
-
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
Returns the value of attribute core_network_segment_edge.
-
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
Instance Attribute Details
#core_network_network_function_group ⇒ Types::CoreNetworkNetworkFunctionGroupIdentifier
Returns the value of attribute core_network_network_function_group.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def core_network_network_function_group @core_network_network_function_group end |
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
Returns the value of attribute core_network_segment_edge.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def core_network_segment_edge @core_network_segment_edge end |
#transit_gateway_route_table_arn ⇒ ::String
Returns the value of attribute transit_gateway_route_table_arn.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def transit_gateway_route_table_arn @transit_gateway_route_table_arn end |