Sha256: f0518b95a9127adf6f56eba0e06e1a3a15a85c6429e881349f87d4b8b27a5e00

Contents?: true

Size: 403 Bytes

Versions: 56

Compression:

Stored size: 403 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class BatchJobQueue < Base
        def initialize
          super
          @type_name = 'BatchJobQueue'
          @type = Awspec::Type::BatchJobQueue.new('my-batch-job-queue')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

56 entries across 56 versions & 3 rubygems

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