class Aws::SecretsManager::Types::Tag

A structure that contains information about a tag.

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

data as a hash:

    {
      key: "TagKeyType",
      value: "TagValueType",
    }

@!attribute [rw] key

The key identifier, or name, of the tag.
@return [String]

@!attribute [rw] value

The string value associated with the key of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/secretsmanager-2017-10-17/Tag AWS API Documentation

Constants

SENSITIVE