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.
1641 1642 1643 |
# File 'sig/types.rbs', line 1641 def next_token @next_token end |
#queues ⇒ ::Array[Types::Queue]
Returns the value of attribute queues.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def queues @queues end |
#total_concurrent_jobs ⇒ ::Integer
Returns the value of attribute total_concurrent_jobs.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def total_concurrent_jobs @total_concurrent_jobs end |
#unallocated_concurrent_jobs ⇒ ::Integer
Returns the value of attribute unallocated_concurrent_jobs.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def unallocated_concurrent_jobs @unallocated_concurrent_jobs end |