- Navigation Guide
@aws-sdk/client-sfn
GetExecutionHistoryCommandInput Interface
Members
Name | Type | Details |
---|---|---|
executionArn Required | string | undefined | The Amazon Resource Name (ARN) of the execution. |
includeExecutionData | boolean | undefined | You can select whether execution data (input or output of a history event) is returned. The default is |
maxResults | number | undefined | The maximum number of results that are returned per call. You can use This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum. |
nextToken | string | undefined | If |
reverseOrder | boolean | undefined | Lists events in descending order of their |
Full Signature
export interface GetExecutionHistoryCommandInput extends GetExecutionHistoryInput