Sha256: 52b9de7d6589b0890a07a3528e5ae5ba99a60aa2f8c703e16de3aafecae0db4d
Contents?: true
Size: 441 Bytes
Versions: 13
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class CloudwatchEvent < Base def initialize super @type_name = 'CloudwatchEvent' @type = Awspec::Type::CloudwatchEvent.new('my-cloudwatch-event') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems