Class AWS::SimpleWorkflow::HistoryEventCollection
In: lib/aws/simple_workflow/history_event_collection.rb
Parent: Object

This collection represents the history events ({HistoryEvent}) for a single workflow execution.

See {Core::Collection} for documentation on the standard enumerable methods and their options.

Methods

Included Modules

Core::Collection::WithLimitAndNextToken

Attributes

workflow_execution  [R]  @return [WorkflowExecution]

Public Class methods

@param [WorkflowExecution] workflow_execution The execution this

  history event belongs to.

@param [Hash] options

@option options [Boolean] :reverse_order (false) When true,

  history events are enumerated in reverse chronological order.

Public Instance methods

@return [WorkflowExecutionCollection] Returns a collection that

  enumerates workflow executions in reverse order.

Protected Instance methods

[Validate]