class Aws::SWF::Types::WorkflowTypeFilter

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

@note When making an API call, you may pass WorkflowTypeFilter

data as a hash:

    {
      name: "Name", # required
      version: "VersionOptional",
    }

@!attribute [rw] name

Name of the workflow type.
@return [String]

@!attribute [rw] version

Version of the workflow type.
@return [String]

Constants

SENSITIVE