# File lib/aws/simple_workflow/resource.rb, line 74
      def self.type_attribute name, options = {}, &block
        options[:static] = true unless options.has_key?(:static)
        attr = attribute(name, options, &block)
        type_attributes[attr.name] = attr
      end