Sha256: 8fa439153b6bf37ee76718a56ea5915ac7cae8d651d9ac0196e07a14502d54c0
Contents?: true
Size: 423 Bytes
Versions: 56
Compression:
Stored size: 423 Bytes
Contents
module Awspec::Generator module Doc module Type class BatchJobDefinition < Base def initialize super @type_name = 'BatchJobDefinition' @type = Awspec::Type::BatchJobDefinition.new('my-batch-job-definition') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
56 entries across 56 versions & 3 rubygems