Sha256: 4ad9a1f7e2327e335301187bc445782f64be641060df21431710ad560fbc3ed2
Contents?: true
Size: 486 Bytes
Versions: 17
Compression:
Stored size: 486 Bytes
Contents
module Awspec::Generator module Doc module Type class SecurityGroup < Base def initialize super @type = Awspec::Type::SecurityGroup.new('my-security-group-name') @ret = @type.resource @matchers = ['its(:inbound), its(:outbound)'] @ignore_matchers = %w(be_opened be_inbound_opened be_outbound_opened) @describes = %w(ip_permissions_count ip_permissions_egress_count) end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems