Method: AWS::SimpleWorkflow::ActivityType#description

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

#descriptionString? (readonly)

The description of this workflow type, or nil if was not set when it was registered.

Returns:

  • the current value of description



86
87
88
# File 'lib/aws/simple_workflow/activity_type.rb', line 86

def description
  @description
end