Class: Aws::Types::ListQueuesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListQueuesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queue_urls ⇒ ::Array[::String]
Returns the value of attribute queue_urls.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
275 276 277 |
# File 'sig/types.rbs', line 275 def next_token @next_token end |
#queue_urls ⇒ ::Array[::String]
Returns the value of attribute queue_urls.
274 275 276 |
# File 'sig/types.rbs', line 274 def queue_urls @queue_urls end |