class Aws::SWF::Types::TagFilter

Used to filter the workflow executions in visibility APIs based on a tag.

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

data as a hash:

    {
      tag: "Tag", # required
    }

@!attribute [rw] tag

Specifies the tag that must be associated with the execution for it
to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these
symbols: `_ . : / = + - @`.
@return [String]

Constants

SENSITIVE