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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/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)


6018
6019
6020
6021
6022
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6018

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