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)


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

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