C# Class Amazon.SimpleWorkflow.Model.CountClosedWorkflowExecutionsRequest

Container for the parameters to the CountClosedWorkflowExecutions operation.

Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.

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
IsSetStartTimeFilter ( ) : bool
IsSetTagFilter ( ) : bool
IsSetTypeFilter ( ) : bool