Class: Aws::Deadline::Types::UpdateQueueRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_storage_profile_ids_to_addArray<String>

The storage profile IDs to add.

Returns:

  • (Array<String>)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#allowed_storage_profile_ids_to_removeArray<String>

The storage profile ID to remove.

Returns:

  • (Array<String>)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#client_tokenString

The idempotency token to update in the queue.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#default_budget_actionString

The default action to take for a queue update if a budget isn’t configured.

Returns:

  • (String)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#descriptionString

The description of the queue 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)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#display_nameString

The display name of the queue 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)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#farm_idString

The farm ID to update in the queue.

Returns:

  • (String)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#job_attachment_settingsTypes::JobAttachmentSettings

The job attachment settings to update for the queue.



8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#job_run_as_userTypes::JobRunAsUser

Update the jobs in the queue to run as a specified POSIX user.

Returns:



8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#queue_idString

The queue ID to update.

Returns:

  • (String)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#required_file_system_location_names_to_addArray<String>

The required file system location names to add to the queue.

Returns:

  • (Array<String>)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#required_file_system_location_names_to_removeArray<String>

The required file system location names to remove from the queue.

Returns:

  • (Array<String>)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end

#role_arnString

The IAM role ARN that’s used to run jobs from this queue.

Returns:

  • (String)


8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
# File 'lib/aws-sdk-deadline/types.rb', line 8896

class UpdateQueueRequest < Struct.new(
  :client_token,
  :farm_id,
  :queue_id,
  :display_name,
  :description,
  :default_budget_action,
  :job_attachment_settings,
  :role_arn,
  :job_run_as_user,
  :required_file_system_location_names_to_add,
  :required_file_system_location_names_to_remove,
  :allowed_storage_profile_ids_to_add,
  :allowed_storage_profile_ids_to_remove)
  SENSITIVE = [:description, :required_file_system_location_names_to_add, :required_file_system_location_names_to_remove]
  include Aws::Structure
end