Sha256: e466a3f27f6f1bad206ada1afac4de54dd64f035064caac507dabbdbce1c2be7
Contents?: true
Size: 459 Bytes
Versions: 14
Compression:
Stored size: 459 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class CloudwatchAlarm < Base def initialize super @type_name = 'CloudwatchAlarm' @type = Awspec::Type::CloudwatchAlarm.new('my-cloudwatch-alarm') @ret = @type.resource_via_client @matchers = %w[belong_to_metric] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems