Class: Aws::Deadline::Types::ListQueuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListQueuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID of the queue.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
-
#principal_id ⇒ String
The principal IDs to include in the list of queues.
-
#status ⇒ String
The status of the queues listed.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the queue.
5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-deadline/types.rb', line 5655 class ListQueuesRequest < Struct.new( :farm_id, :principal_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.
5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-deadline/types.rb', line 5655 class ListQueuesRequest < Struct.new( :farm_id, :principal_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-deadline/types.rb', line 5655 class ListQueuesRequest < Struct.new( :farm_id, :principal_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal IDs to include in the list of queues.
5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-deadline/types.rb', line 5655 class ListQueuesRequest < Struct.new( :farm_id, :principal_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the queues listed.
-
‘ACTIVE`–The queues are active.
-
‘SCHEDULING`–The queues are scheduling.
-
‘SCHEDULING_BLOCKED`–The queue scheduling is blocked for these queues.
5655 5656 5657 5658 5659 5660 5661 5662 5663 |
# File 'lib/aws-sdk-deadline/types.rb', line 5655 class ListQueuesRequest < Struct.new( :farm_id, :principal_id, :status, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |