Sha256: c4efe10b950922cdfcc287502e4a4a3f797e66c2455c653cde63d7e0feb16aaa
Contents?: true
Size: 428 Bytes
Versions: 191
Compression:
Stored size: 428 Bytes
Contents
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
191 entries across 191 versions & 4 rubygems