Class: Aws::SWF::Types::WorkflowTypeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::WorkflowTypeFilter
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the workflow type.
-
#version ⇒ String
Version of the workflow type.
Instance Attribute Details
#name ⇒ String
Name of the workflow type.
6498 6499 6500 6501 6502 6503 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6498 class WorkflowTypeFilter < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version of the workflow type.
6498 6499 6500 6501 6502 6503 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6498 class WorkflowTypeFilter < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |