Sha256: 2ea3c1590e4fa084b818e3afa96537e5a20e4deb9cffd238f8683b44b389192c
Contents?: true
Size: 362 Bytes
Versions: 19
Compression:
Stored size: 362 Bytes
Contents
module Awspec::Generator module Doc module Type class AutoScalingGroup < Base def initialize super @type = Awspec::Type::AutoScalingGroup.new('my-auto-scaling-group') @ret = @type.resource @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems