class Aws::SWF::Types::TagResourceInput

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

data as a hash:

    {
      resource_arn: "Arn", # required
      tags: [ # required
        {
          key: "ResourceTagKey", # required
          value: "ResourceTagValue",
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the Amazon SWF domain.
@return [String]

@!attribute [rw] tags

The list of tags to add to a domain.

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

Constants

SENSITIVE