Sha256: 7308c5e231c9ef41f1d6eeac1d0e67cc2b72a24d30183bcc9e3826504673dc08
Contents?: true
Size: 601 Bytes
Versions: 191
Compression:
Stored size: 601 Bytes
Contents
module Awspec::Generator module Doc module Type class NetworkAcl < Base def initialize super @type_name = 'NetworkAcl' @type = Awspec::Type::NetworkAcl.new('my-network-acl') @ret = @type.resource_via_client @matchers = [ 'belong_to_vpc', 'its(:inbound), its(:outbound), its(:inbound_entries_count), its(:outbound_entries_count)' ] @ignore_matchers = %w(be_allowed be_denied) @describes = %w(inbound_entries_count outbound_entries_count) end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems