Sha256: 9bbc343895e805c5f76bd1cfba1a3427b46490ee8c7938a9487b507c7c95f547
Contents?: true
Size: 403 Bytes
Versions: 145
Compression:
Stored size: 403 Bytes
Contents
module Awspec::Generator module Doc module Type class WafWebAcl < Base def initialize super @type_name = 'WafWebAcl' @type = Awspec::Type::WafWebAcl.new('my-waf-web-acl') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = %w(default_action) end end end end end
Version data entries
145 entries across 145 versions & 4 rubygems