Class: AWS::Flow::WorkflowDefaults

Inherits:
Defaults
  • Object
show all
Defined in:
lib/aws/decider/options.rb

Overview

Defaults for ‘WorkflowOptions`.

Direct Known Subclasses

WorkflowRegistrationDefaults

Instance Method Summary collapse

Methods inherited from Defaults

#method_missing

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AWS::Flow::Defaults

Instance Method Details

#data_converterObject

The default data converter. By default, this is YAMLDataConverter.



343
# File 'lib/aws/decider/options.rb', line 343

def data_converter; FlowConstants.data_converter; end