class Aws::States::Types::Tag

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

An array of key-value pairs. For more information, see [Using Cost Allocation Tags] in the *AWS Billing and Cost Management User Guide*, and [Controlling Access Using IAM Tags].

Tags may only contain Unicode letters, digits, white space, or these symbols: `_ . : / = + - @`.

[1]: docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html [2]: docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html

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

data as a hash:

    {
      key: "TagKey",
      value: "TagValue",
    }

@!attribute [rw] key

The key of a tag.
@return [String]

@!attribute [rw] value

The value of a tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/Tag AWS API Documentation

Constants

SENSITIVE