15 16 17 18
# File 'lib/awspec/type/base.rb', line 15 def to_s type = self.class.name.demodulize.underscore "#{type} '#{@display_name}'" end