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