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.
5978 5979 5980 5981 5982 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5978 class WorkflowExecutionFilter < Struct.new( :workflow_id) SENSITIVE = [] include Aws::Structure end |