class Aws::SWF::Types::CloseStatusFilter

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

@note When making an API call, you may pass CloseStatusFilter

data as a hash:

    {
      status: "COMPLETED", # required, accepts COMPLETED, FAILED, CANCELED, TERMINATED, CONTINUED_AS_NEW, TIMED_OUT
    }

@!attribute [rw] status

The close status that must match the close status of an execution
for it to meet the criteria of this filter.
@return [String]

Constants

SENSITIVE