Class: Aws::Types::UpdateQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_storage_profile_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids_to_add.
-
#allowed_storage_profile_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids_to_remove.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#job_attachment_settings ⇒ Types::JobAttachmentSettings
Returns the value of attribute job_attachment_settings.
-
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#required_file_system_location_names_to_add ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names_to_add.
-
#required_file_system_location_names_to_remove ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names_to_remove.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
Instance Attribute Details
#allowed_storage_profile_ids_to_add ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids_to_add.
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.
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.
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.
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.
3285 3286 3287 |
# File 'sig/types.rbs', line 3285 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
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.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def farm_id @farm_id end |
#job_attachment_settings ⇒ Types::JobAttachmentSettings
Returns the value of attribute job_attachment_settings.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def @job_attachment_settings end |
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
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.
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.
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.
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.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def role_arn @role_arn end |
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
3294 3295 3296 |
# File 'sig/types.rbs', line 3294 def scheduling_configuration @scheduling_configuration end |