Sha256: 67b0c156916d34311f4fe5c525fb6b2711c9f4ba42f5bd68d09fd2816e61e3ab
Contents?: true
Size: 404 Bytes
Versions: 13
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems