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.
310 311 312 |
# File 'sig/types.rbs', line 310 def compute_environment_order @compute_environment_order end |
#job_queue_name ⇒ ::String
Returns the value of attribute job_queue_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def job_queue_name @job_queue_name end |
#job_queue_type ⇒ "EKS", ...
Returns the value of attribute job_queue_type.
312 313 314 |
# File 'sig/types.rbs', line 312 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.
314 315 316 |
# File 'sig/types.rbs', line 314 def job_state_time_limit_actions @job_state_time_limit_actions end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
309 310 311 |
# File 'sig/types.rbs', line 309 def priority @priority end |
#scheduling_policy_arn ⇒ ::String
Returns the value of attribute scheduling_policy_arn.
308 309 310 |
# File 'sig/types.rbs', line 308 def scheduling_policy_arn @scheduling_policy_arn end |
#service_environment_order ⇒ ::Array[Types::ServiceEnvironmentOrder]
Returns the value of attribute service_environment_order.
311 312 313 |
# File 'sig/types.rbs', line 311 def service_environment_order @service_environment_order end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
307 308 309 |
# File 'sig/types.rbs', line 307 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
313 314 315 |
# File 'sig/types.rbs', line 313 def @tags end |