AWS SDK for .NET Documentation
CloseStatusFilter Class
AmazonAmazon.SimpleWorkflow.ModelCloseStatusFilter Did this page help you?   Yes   No    Tell us about it...

Used to filter the closed workflow executions in visibility APIs by their close status.

Declaration Syntax
C#
public class CloseStatusFilter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CloseStatusFilter()()()()
Initializes a new instance of the CloseStatusFilter class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Status
The close status that must match the close status of an execution for it to meet the criteria of this filter. This field is required.

Constraints:

Allowed Values
COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
CloseStatusFilter

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)