Method: AWS::SimpleWorkflow::Type#domain

Defined in:
lib/aws/simple_workflow/type.rb

#domainDomain (readonly)

Returns the domain this type is registered to.

Returns:

  • (Domain)

    Returns the domain this type is registered to.



31
32
33
# File 'lib/aws/simple_workflow/type.rb', line 31

def domain
  @domain
end