Method: Aws::Batch::Types::UpdateJobQueueRequest#state
- Defined in:
- lib/aws-sdk-batch/types.rb
#state ⇒ String
Describes the queue’s ability to accept new jobs. If the job queue state is ENABLED, it can accept jobs. If the job queue state is DISABLED, new jobs can’t be added to the queue, but jobs already in the queue can finish.
10442 10443 10444 10445 10446 10447 10448 10449 10450 10451 10452 |
# File 'lib/aws-sdk-batch/types.rb', line 10442 class UpdateJobQueueRequest < Struct.new( :job_queue, :state, :scheduling_policy_arn, :priority, :compute_environment_order, :service_environment_order, :job_state_time_limit_actions) SENSITIVE = [] include Aws::Structure end |