Module: AWS::Flow::Decider Private

Includes:
Workflows
Defined in:
lib/aws/decider/decider.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

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

Use {Workflows} instead.

Instance Attribute Summary

Attributes included from Workflows

#options, #version

Attributes included from Utilities::UpwardLookups

#precursors

Class Method Summary collapse

Methods included from Workflows

#_options, #activity_client, #entry_point, #get_state_method, #look_upwards, #signal, #signals, #workflow

Methods included from Utilities::UpwardLookups

#held_properties, #properties, #property

Class Method Details

.extended(base) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



515
516
517
# File 'lib/aws/decider/decider.rb', line 515

def self.extended(base)
  base.send :include, InstanceMethods
end