Sha256: 62493211aae658d88f94e6790df531c2e31ee4aa324d3156e4a6c18745a6d71e
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 Bytes
Contents
# frozen_string_literal: true 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
14 entries across 14 versions & 1 rubygems