You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SWF::Types::TagFilter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TagFilter as input to an Aws::Client method, you can use a vanilla Hash:

{
  tag: "Tag", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tagString

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: _ . : / = + - @.

Returns:

  • (String)

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