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.
329 330 331 |
# File 'sig/types.rbs', line 329 def compute_environment_order @compute_environment_order end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
325 326 327 |
# File 'sig/types.rbs', line 325 def job_queue_name @job_queue_name end |
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
331 332 333 |
# File 'sig/types.rbs', line 331 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.
333 334 335 |
# File 'sig/types.rbs', line 333 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
328 329 330 |
# File 'sig/types.rbs', line 328 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
327 328 329 |
# File 'sig/types.rbs', line 327 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
330 331 332 |
# File 'sig/types.rbs', line 330 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
326 327 328 |
# File 'sig/types.rbs', line 326 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
332 333 334 |
# File 'sig/types.rbs', line 332 def @tags end |