Sha256: 401d74f6b21fb1b8090d0113ce8fe65826f859836db3d1ba0bcf0806084d1d10
Contents?: true
Size: 373 Bytes
Versions: 191
Compression:
Stored size: 373 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_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
191 entries across 191 versions & 4 rubygems