class AWS::Flow::SingleDecisionData

Attributes

decision_events[R]
replay_current_time_milliseconds[R]
workflow_context_data[R]

Public Class Methods

new(decision_events, replay_current_time_milliseconds, workflow_context_data) click to toggle source
# File lib/aws/decider/history_helper.rb, line 60
def initialize(decision_events, replay_current_time_milliseconds, workflow_context_data)
  @decision_events = decision_events
  @replay_current_time_milliseconds = replay_current_time_milliseconds
  @workflow_context_data = workflow_context_data
end