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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workflow_idString

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

Returns:

  • (String)


6059
6060
6061
6062
6063
# File 'lib/aws-sdk-swf/types.rb', line 6059

class WorkflowExecutionFilter < Struct.new(
  :workflow_id)
  SENSITIVE = []
  include Aws::Structure
end