Class: Aws::SWF::Types::WorkflowExecutionFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::WorkflowExecutionFilter
- 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
-
#workflow_id ⇒ String
The workflowId to pass of match the criteria of this filter.
Instance Attribute Details
#workflow_id ⇒ String
The workflowId to pass of match the criteria of this filter.
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 |