Class: Aws::Deadline::Types::GetQueueResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetQueueResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :required_file_system_location_names]
Instance Attribute Summary collapse
-
#allowed_storage_profile_ids ⇒ Array<String>
The storage profile IDs for the queue.
-
#blocked_reason ⇒ String
The reason the queue was blocked.
-
#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 if a budget wasn't configured.
-
#description ⇒ String
The description of the queue.
-
#display_name ⇒ String
The display name of the queue.
-
#farm_id ⇒ String
The farm ID for the queue.
-
#job_attachment_settings ⇒ Types::JobAttachmentSettings
The job attachment settings for the queue.
-
#job_run_as_user ⇒ Types::JobRunAsUser
The jobs in the queue ran as this specified POSIX user.
-
#queue_id ⇒ String
The queue ID.
-
#required_file_system_location_names ⇒ Array<String>
A list of the required file system location names in the queue.
-
#role_arn ⇒ String
The IAM role ARN.
-
#status ⇒ String
The 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
#allowed_storage_profile_ids ⇒ Array<String>
The storage profile IDs for the queue.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#blocked_reason ⇒ String
The reason the queue was blocked.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#created_at ⇒ Time
The date and time the resource was created.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#created_by ⇒ String
The user or system that created this resource.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#default_budget_action ⇒ String
The default action taken on a queue if a budget wasn't configured.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#description ⇒ String
The description of the queue.
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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#display_name ⇒ String
The display name of the queue.
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.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#farm_id ⇒ String
The farm ID for the queue.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#job_attachment_settings ⇒ Types::JobAttachmentSettings
The job attachment settings for the queue.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#job_run_as_user ⇒ Types::JobRunAsUser
The jobs in the queue ran as this specified POSIX user.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#queue_id ⇒ String
The queue ID.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#required_file_system_location_names ⇒ Array<String>
A list of the required file system location names in the queue.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#role_arn ⇒ String
The IAM role ARN.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#status ⇒ String
The status of the queue.
ACTIVE
–The queue is active.SCHEDULING
–The queue is scheduling.SCHEDULING_BLOCKED
–The queue scheduling is blocked. See the provided reason.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the resource was updated.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |
#updated_by ⇒ String
The user or system that updated this resource.
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3847 class GetQueueResponse < Struct.new( :queue_id, :display_name, :description, :farm_id, :status, :default_budget_action, :blocked_reason, :job_attachment_settings, :role_arn, :required_file_system_location_names, :allowed_storage_profile_ids, :job_run_as_user, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [:description, :required_file_system_location_names] include Aws::Structure end |