class Aws::TimestreamWrite::Types::Tag

A tag is a label that you assign to a Timestream database and/or table. Each tag consists of a key and an optional value, both of which you define. Tags enable you to categorize databases and/or tables, for example, by purpose, owner, or environment.

@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 of the tag. Tag keys are case sensitive.
@return [String]

@!attribute [rw] value

The value of the tag. Tag values are case-sensitive and can be null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/Tag AWS API Documentation

Constants

SENSITIVE