# File lib/aws/simple_workflow/resource.rb, line 87
      def self.info_attribute name, options = {}
        attr = attribute(name, options)
        info_attributes[attr.name] = attr
      end