Class: Aws::Deadline::Types::ListQueuesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the queue.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-deadline/types.rb', line 5606

class ListQueuesRequest < Struct.new(
  :farm_id,
  :principal_id,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.

Returns:

  • (Integer)


5606
5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-deadline/types.rb', line 5606

class ListQueuesRequest < Struct.new(
  :farm_id,
  :principal_id,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or ‘null` to start from the beginning.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-deadline/types.rb', line 5606

class ListQueuesRequest < Struct.new(
  :farm_id,
  :principal_id,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal IDs to include in the list of queues.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-deadline/types.rb', line 5606

class ListQueuesRequest < Struct.new(
  :farm_id,
  :principal_id,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


5606
5607
5608
5609
5610
5611
5612
5613
5614
# File 'lib/aws-sdk-deadline/types.rb', line 5606

class ListQueuesRequest < Struct.new(
  :farm_id,
  :principal_id,
  :status,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end