module AWS::Flow::Decider

This method is for internal use only and may be changed or removed without prior notice.

Use {Workflows} instead.

@api private

Public Class Methods

extended(base) click to toggle source
# File lib/aws/decider/decider.rb, line 528
def self.extended(base)
  base.send :include, InstanceMethods
end