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