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, #workflows

Attributes included from Utilities::UpwardLookups

#precursors

Class Method Summary collapse

Methods included from Workflows

#_options, #activity_client, #child_workflow_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.



528
529
530
# File 'lib/aws/decider/decider.rb', line 528

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