Class: Aws::Types::GetNetworkRoutesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkRoutesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
Returns the value of attribute core_network_segment_edge.
-
#network_routes ⇒ ::Array[Types::NetworkRoute]
Returns the value of attribute network_routes.
-
#route_table_arn ⇒ ::String
Returns the value of attribute route_table_arn.
-
#route_table_timestamp ⇒ ::Time
Returns the value of attribute route_table_timestamp.
-
#route_table_type ⇒ "TRANSIT_GATEWAY_ROUTE_TABLE", ...
Returns the value of attribute route_table_type.
Instance Attribute Details
#core_network_segment_edge ⇒ Types::CoreNetworkSegmentEdgeIdentifier
Returns the value of attribute core_network_segment_edge.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def core_network_segment_edge @core_network_segment_edge end |
#network_routes ⇒ ::Array[Types::NetworkRoute]
Returns the value of attribute network_routes.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def network_routes @network_routes end |
#route_table_arn ⇒ ::String
Returns the value of attribute route_table_arn.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def route_table_arn @route_table_arn end |
#route_table_timestamp ⇒ ::Time
Returns the value of attribute route_table_timestamp.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def end |
#route_table_type ⇒ "TRANSIT_GATEWAY_ROUTE_TABLE", ...
Returns the value of attribute route_table_type.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def route_table_type @route_table_type end |