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.
6579 6580 6581 6582 6583 6584 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6579 class WorkflowTypeFilter < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Version of the workflow type.
6579 6580 6581 6582 6583 6584 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6579 class WorkflowTypeFilter < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |