Class: Aws::Deadline::Types::QueueSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::QueueSummary
- 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
-
#blocked_reason ⇒ String
The reason the queue is blocked, if applicable.
-
#created_at ⇒ Time
The date and time the resource was created.
-
#created_by ⇒ String
The user or system that created this resource.
-
#default_budget_action ⇒ String
The default action taken on a queue summary if a budget wasn’t configured.
-
#display_name ⇒ String
The display name of the queue summary to update.
-
#farm_id ⇒ String
The farm ID.
-
#queue_id ⇒ String
The queue ID.
-
#status ⇒ String
That status of the queue.
-
#updated_at ⇒ Time
The date and time the resource was updated.
-
#updated_by ⇒ String
The user or system that updated this resource.
Instance Attribute Details
#blocked_reason ⇒ String
The reason the queue is blocked, if applicable.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_at ⇒ Time
The date and time the resource was created.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_by ⇒ String
The user or system that created this resource.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_action ⇒ String
The default action taken on a queue summary if a budget wasn’t configured.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_name ⇒ String
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.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_id ⇒ String
The farm ID.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_id ⇒ String
The queue ID.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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 |
#status ⇒ String
That status of the queue.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_at ⇒ Time
The date and time the resource was updated.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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_by ⇒ String
The user or system that updated this resource.
6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'lib/aws-sdk-deadline/types.rb', line 6767 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 |