Class: Aws::Types::CreateJobQueueRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobQueueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_environment_order ⇒ ::Array[Types::ComputeEnvironmentOrder]
Returns the value of attribute compute_environment_order.
-
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
-
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
-
#job_state_time_limit_actions ⇒ ::Array[Types::JobStateTimeLimitAction]
Returns the value of attribute job_state_time_limit_actions.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
-
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#compute_environment_order ⇒ ::Array[Types::ComputeEnvironmentOrder]
Returns the value of attribute compute_environment_order.
298 299 300 |
# File 'sig/types.rbs', line 298 def compute_environment_order @compute_environment_order end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
294 295 296 |
# File 'sig/types.rbs', line 294 def job_queue_name @job_queue_name end |
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
300 301 302 |
# File 'sig/types.rbs', line 300 def job_queue_type @job_queue_type end |
#job_state_time_limit_actions ⇒ ::Array[Types::JobStateTimeLimitAction]
Returns the value of attribute job_state_time_limit_actions.
302 303 304 |
# File 'sig/types.rbs', line 302 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
297 298 299 |
# File 'sig/types.rbs', line 297 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
296 297 298 |
# File 'sig/types.rbs', line 296 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
299 300 301 |
# File 'sig/types.rbs', line 299 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
295 296 297 |
# File 'sig/types.rbs', line 295 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
301 302 303 |
# File 'sig/types.rbs', line 301 def @tags end |