C# Class Amazon.SimpleWorkflow.Model.ListClosedWorkflowExecutionsRequest

Container for the parameters to the ListClosedWorkflowExecutions operation.

Returns a list of closed workflow executions in the specified domain that meet the filtering criteria. The results may be split into multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken returned by the initial call.

NOTE: This operation is eventually consistent. The results are best effort and may not exactly reflect recent updates and changes.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetCloseStatusFilter ( ) : bool
IsSetCloseTimeFilter ( ) : bool
IsSetDomain ( ) : bool
IsSetExecutionFilter ( ) : bool
IsSetMaximumPageSize ( ) : bool
IsSetNextPageToken ( ) : bool
IsSetReverseOrder ( ) : bool
IsSetStartTimeFilter ( ) : bool
IsSetTagFilter ( ) : bool
IsSetTypeFilter ( ) : bool