Class: Aws::Types::UpdateQueueRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_storage_profile_ids_to_add::Array[::String]

Returns the value of attribute allowed_storage_profile_ids_to_add.

Returns:

  • (::Array[::String])


3292
3293
3294
# File 'sig/types.rbs', line 3292

def allowed_storage_profile_ids_to_add
  @allowed_storage_profile_ids_to_add
end

#allowed_storage_profile_ids_to_remove::Array[::String]

Returns the value of attribute allowed_storage_profile_ids_to_remove.

Returns:

  • (::Array[::String])


3293
3294
3295
# File 'sig/types.rbs', line 3293

def allowed_storage_profile_ids_to_remove
  @allowed_storage_profile_ids_to_remove
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def client_token
  @client_token
end

#default_budget_action"NONE", ...

Returns the value of attribute default_budget_action.

Returns:

  • ("NONE", "STOP_SCHEDULING_AND_COMPLETE_TASKS", "STOP_SCHEDULING_AND_CANCEL_TASKS")


3286
3287
3288
# File 'sig/types.rbs', line 3286

def default_budget_action
  @default_budget_action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3285
3286
3287
# File 'sig/types.rbs', line 3285

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3284
3285
3286
# File 'sig/types.rbs', line 3284

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


3281
3282
3283
# File 'sig/types.rbs', line 3281

def farm_id
  @farm_id
end

#job_attachment_settingsTypes::JobAttachmentSettings

Returns the value of attribute job_attachment_settings.



3287
3288
3289
# File 'sig/types.rbs', line 3287

def job_attachment_settings
  @job_attachment_settings
end

#job_run_as_userTypes::JobRunAsUser

Returns the value of attribute job_run_as_user.

Returns:



3289
3290
3291
# File 'sig/types.rbs', line 3289

def job_run_as_user
  @job_run_as_user
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


3282
3283
3284
# File 'sig/types.rbs', line 3282

def queue_id
  @queue_id
end

#required_file_system_location_names_to_add::Array[::String]

Returns the value of attribute required_file_system_location_names_to_add.

Returns:

  • (::Array[::String])


3290
3291
3292
# File 'sig/types.rbs', line 3290

def required_file_system_location_names_to_add
  @required_file_system_location_names_to_add
end

#required_file_system_location_names_to_remove::Array[::String]

Returns the value of attribute required_file_system_location_names_to_remove.

Returns:

  • (::Array[::String])


3291
3292
3293
# File 'sig/types.rbs', line 3291

def required_file_system_location_names_to_remove
  @required_file_system_location_names_to_remove
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3288
3289
3290
# File 'sig/types.rbs', line 3288

def role_arn
  @role_arn
end

#scheduling_configurationTypes::SchedulingConfiguration

Returns the value of attribute scheduling_configuration.



3294
3295
3296
# File 'sig/types.rbs', line 3294

def scheduling_configuration
  @scheduling_configuration
end