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