Sha256: 2a65fd76dd2d6b1544b093469424a8b79211749663b08f5d6d04ba63c6779b5d

Contents?: true

Size: 591 Bytes

Versions: 56

Compression:

Stored size: 591 Bytes

Contents

Aws.config[:batch] = {
  stub_responses: {
    describe_job_queues: {
      job_queues: [
        {
          compute_environment_order: [
            {
              compute_environment: 'arn:aws:batch:us-east-1:012345678910:compute-environment/C4OnDemand',
              order: 1
            }
          ],
          job_queue_arn: 'arn:aws:batch:us-east-1:012345678910:job-queue/HighPriority',
          job_queue_name: 'HighPriority',
          priority: 1,
          state: 'ENABLED',
          status: 'VALID',
          status_reason: 'JobQueue Healthy'
        }
      ]
    }
  }
}

Version data entries

56 entries across 56 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.15.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.14.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.14.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.13.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.7 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.6 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.5 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.4 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.3 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.2 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.12.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.11.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.11.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.10.0 lib/awspec/stub/batch_job_queue.rb