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

Class: Aws::SWF::Types::WorkflowExecutionFilter

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

Overview

Note:

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

{
  workflow_id: "WorkflowId", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_idString

The workflowId to pass of match the criteria of this filter.

Returns:

  • (String)

    The workflowId to pass of match the criteria of this filter.