class Awspec::Generator::Doc::Type::LaunchConfiguration
Public Class Methods
Source
# File lib/awspec/generator/doc/type/launch_configuration.rb, line 7 def initialize super @type_name = 'LaunchConfiguration' @type = Awspec::Type::LaunchConfiguration.new('my-lc') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end
Calls superclass method
Awspec::Generator::Doc::Type::Base::new