# File lib/aws/simple_workflow/domain.rb, line 35 def initialize name, options = {} @name = name.to_s super(options) end