class Aws::SWF::Types::WorkflowExecutionFilter

Used to filter the workflow executions in visibility APIs by their `workflowId`.

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

data as a hash:

    {
      workflow_id: "WorkflowId", # required
    }

@!attribute [rw] workflow_id

The workflowId to pass of match the criteria of this filter.
@return [String]

Constants

SENSITIVE