Class: Aws::Types::CreateQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_storage_profile_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids.
-
#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.
-
#required_file_system_location_names ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#allowed_storage_profile_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_storage_profile_ids.
845 846 847 |
# File 'sig/types.rbs', line 845 def allowed_storage_profile_ids @allowed_storage_profile_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
837 838 839 |
# File 'sig/types.rbs', line 837 def client_token @client_token end |
#default_budget_action ⇒ "NONE", ...
Returns the value of attribute default_budget_action.
840 841 842 |
# File 'sig/types.rbs', line 840 def default_budget_action @default_budget_action end |
#description ⇒ ::String
Returns the value of attribute description.
839 840 841 |
# File 'sig/types.rbs', line 839 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
838 839 840 |
# File 'sig/types.rbs', line 838 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
836 837 838 |
# File 'sig/types.rbs', line 836 def farm_id @farm_id end |
#job_attachment_settings ⇒ Types::JobAttachmentSettings
Returns the value of attribute job_attachment_settings.
841 842 843 |
# File 'sig/types.rbs', line 841 def @job_attachment_settings end |
#job_run_as_user ⇒ Types::JobRunAsUser
Returns the value of attribute job_run_as_user.
843 844 845 |
# File 'sig/types.rbs', line 843 def job_run_as_user @job_run_as_user end |
#required_file_system_location_names ⇒ ::Array[::String]
Returns the value of attribute required_file_system_location_names.
844 845 846 |
# File 'sig/types.rbs', line 844 def required_file_system_location_names @required_file_system_location_names end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
842 843 844 |
# File 'sig/types.rbs', line 842 def role_arn @role_arn end |
#scheduling_configuration ⇒ Types::SchedulingConfiguration
Returns the value of attribute scheduling_configuration.
847 848 849 |
# File 'sig/types.rbs', line 847 def scheduling_configuration @scheduling_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
846 847 848 |
# File 'sig/types.rbs', line 846 def @tags end |