Method: Awspec::Generator::Doc::Type::CloudwatchEvent#initialize
- Defined in:
- lib/awspec/generator/doc/type/cloudwatch_event.rb
#initialize ⇒ CloudwatchEvent
Returns a new instance of CloudwatchEvent.
5 6 7 8 9 10 11 12 13 |
# File 'lib/awspec/generator/doc/type/cloudwatch_event.rb', line 5 def initialize super @type_name = 'CloudwatchEvent' @type = Awspec::Type::CloudwatchEvent.new('my-cloudwatch-event') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end |