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

Class: Aws::SWF::Types::ResourceTag

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

Overview

Note:

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

{
  key: "ResourceTagKey", # required
  value: "ResourceTagValue",
}

Tags are key-value pairs that can be associated with Amazon SWF state machines and activities.

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of a tag.

Returns:

  • (String)

    The key of a tag.

#valueString

The value of a tag.

Returns:

  • (String)

    The value of a tag.