Class: AWS::Flow::OpenRequestInfo Private

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

Overview

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

Represents information about an open request.

Instance Attribute Summary collapse

Instance Attribute Details

#blocking_promiseObject

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.



22
23
24
# File 'lib/aws/decider/activity.rb', line 22

def blocking_promise
  @blocking_promise
end

#completion_handleObject

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.



22
23
24
# File 'lib/aws/decider/activity.rb', line 22

def completion_handle
  @completion_handle
end

#descriptionObject

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.



22
23
24
# File 'lib/aws/decider/activity.rb', line 22

def description
  @description
end

#resultObject

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.



22
23
24
# File 'lib/aws/decider/activity.rb', line 22

def result
  @result
end

#run_idObject

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.



22
23
24
# File 'lib/aws/decider/activity.rb', line 22

def run_id
  @run_id
end