Sha256: 7e44e87e17fead4e29e708f5ecce54d7fab101701613f8848a22f7b0c5f46fdf
Contents?: true
Size: 425 Bytes
Versions: 12
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class SesSendQuota < AccountAttributeBase def initialize super @type_name = 'SesSendQuota' @type = Awspec::Type::SesSendQuota.new @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems