Class: Aws::Deadline::Types::QueueSummary

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

Overview

The details of a queue summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blocked_reasonString

The reason the queue is blocked, if applicable.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#default_budget_actionString

The default action taken on a queue summary if a budget wasn’t configured.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the queue summary to update.

This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#farm_idString

The farm ID.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

That status of the queue.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
# File 'lib/aws-sdk-deadline/types.rb', line 6718

class QueueSummary < Struct.new(
  :farm_id,
  :queue_id,
  :display_name,
  :status,
  :default_budget_action,
  :blocked_reason,
  :created_at,
  :created_by,
  :updated_at,
  :updated_by)
  SENSITIVE = []
  include Aws::Structure
end