Class: Aws::Types::ListRoutesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#route_summary_list ⇒ ::Array[Types::RouteSummary]
Returns the value of attribute route_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
481 482 483 |
# File 'sig/types.rbs', line 481 def next_token @next_token end |
#route_summary_list ⇒ ::Array[Types::RouteSummary]
Returns the value of attribute route_summary_list.
482 483 484 |
# File 'sig/types.rbs', line 482 def route_summary_list @route_summary_list end |