Sha256: bacbd5b9f4cc4c6686bc568ca73e98741d3fd6647906ac6c878dec8fd5253a47
Contents?: true
Size: 478 Bytes
Versions: 12
Compression:
Stored size: 478 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 @matchers = ['its(:inbound), its(:outbound)'] @ignore_matchers = %w(be_allowed be_denied) @describes = %w(inbound_entries_count outbound_entries_count) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems