Method: Instance#inspect

Defined in:
lib/maws/instance.rb

#inspectObject



95
96
97
# File 'lib/maws/instance.rb', line 95

def inspect
  "<#{self.class} #{to_s}>"
end