Sha256: 07dbec237cfeb037ed56749d52b99acf0365d07e8852f2eed4c2ab4b0db53a1c
Contents?: true
Size: 434 Bytes
Versions: 12
Compression:
Stored size: 434 Bytes
Contents
# frozen_string_literal: true 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
12 entries across 12 versions & 1 rubygems