You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::CloseStatusFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CloseStatusFilter as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The close status that must match the close status of an execution for it to meet the criteria of this filter.

Possible values:

  • COMPLETED
  • FAILED
  • CANCELED
  • TERMINATED
  • CONTINUED_AS_NEW
  • TIMED_OUT

Returns:

  • (String)

    The close status that must match the close status of an execution for it to meet the criteria of this filter.