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
cthiesfork-awspec-1.2.2 lib/awspec/stub/batch_job_queue.rb
cthiesfork-awspec-1.2.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.5 lib/awspec/stub/batch_job_queue.rb
cthiesfork-awspec-1.2.0 lib/awspec/stub/batch_job_queue.rb
cthiesfork-awspec-1.1.0 lib/awspec/stub/batch_job_queue.rb
cthiesfork-awspec-1.0.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.4 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.3 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.2 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.18.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.17.4 lib/awspec/stub/batch_job_queue.rb
awspec-1.17.3 lib/awspec/stub/batch_job_queue.rb
awspec-1.17.2 lib/awspec/stub/batch_job_queue.rb
awspec-1.17.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.17.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.16.1 lib/awspec/stub/batch_job_queue.rb
awspec-1.16.0 lib/awspec/stub/batch_job_queue.rb
awspec-1.15.3 lib/awspec/stub/batch_job_queue.rb
awspec-1.15.2 lib/awspec/stub/batch_job_queue.rb