class Aws::BackupGateway::Types::Tag

A key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters, numbers, spaces, and the following characters: + - = . _ : /.

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

data as a hash:

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

@!attribute [rw] key

The key part of a tag's key-value pair. The key can't start with
`aws:`.
@return [String]

@!attribute [rw] value

The key part of a value's key-value pair.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/Tag AWS API Documentation

Constants

SENSITIVE