class AWS::SimpleWorkflow::WorkflowExecution

def history_events

Returns:
  • (HistoryEventCollection) - Returns a collection that enumerates
def history_events
  HistoryEventCollection.new(self)
end