Sha256: ebea6aa024d0eb08791bde35c59f916146f99f2075ff76531a5ec7c2a62ca0b1
Contents?: true
Size: 362 Bytes
Versions: 20
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
20 entries across 20 versions & 1 rubygems