Class: Aws::Types::ListRoutesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListRoutesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#routes ⇒ ::Array[Types::RouteRef]
Returns the value of attribute routes.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
763 764 765 |
# File 'sig/types.rbs', line 763 def next_token @next_token end |
#routes ⇒ ::Array[Types::RouteRef]
Returns the value of attribute routes.
764 765 766 |
# File 'sig/types.rbs', line 764 def routes @routes end |