Class: Aws::Deadline::Types::GetQueueResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_storage_profile_idsArray<String>

The storage profile IDs for the queue.

Returns:

  • (Array<String>)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#blocked_reasonString

The reason the queue was blocked.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#default_budget_actionString

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

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the queue.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the queue.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The farm ID for the queue.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#job_attachment_settingsTypes::JobAttachmentSettings

The job attachment settings for the queue.



3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#job_run_as_userTypes::JobRunAsUser

The jobs in the queue ran as this specified POSIX user.

Returns:



3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#queue_idString

The queue ID.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#required_file_system_location_namesArray<String>

A list of the required file system location names in the queue.

Returns:

  • (Array<String>)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#role_arnString

The IAM role ARN.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3300

class GetQueueResponse < Struct.new(
  :allowed_storage_profile_ids,
  :blocked_reason,
  :created_at,
  :created_by,
  :default_budget_action,
  :description,
  :display_name,
  :farm_id,
  :job_attachment_settings,
  :job_run_as_user,
  :queue_id,
  :required_file_system_location_names,
  :role_arn,
  :status,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end