Class: Aws::SWF::Types::WorkflowTypeFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

Name of the workflow type.

Returns:

  • (String)


6538
6539
6540
6541
6542
6543
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6538

class WorkflowTypeFilter < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Version of the workflow type.

Returns:

  • (String)


6538
6539
6540
6541
6542
6543
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 6538

class WorkflowTypeFilter < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end