Class: Aws::Types::ListQueuesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQueuesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#queues ⇒ ::Array[Types::Queue]
Returns the value of attribute queues.
-
#total_concurrent_jobs ⇒ ::Integer
Returns the value of attribute total_concurrent_jobs.
-
#unallocated_concurrent_jobs ⇒ ::Integer
Returns the value of attribute unallocated_concurrent_jobs.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def next_token @next_token end |
#queues ⇒ ::Array[Types::Queue]
Returns the value of attribute queues.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def queues @queues end |
#total_concurrent_jobs ⇒ ::Integer
Returns the value of attribute total_concurrent_jobs.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def total_concurrent_jobs @total_concurrent_jobs end |
#unallocated_concurrent_jobs ⇒ ::Integer
Returns the value of attribute unallocated_concurrent_jobs.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def unallocated_concurrent_jobs @unallocated_concurrent_jobs end |