class Aws::Lightsail::Types::Tag

Describes a tag key and optional value assigned to an Amazon Lightsail resource.

For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide].

[1]: lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags

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

data as a hash:

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

@!attribute [rw] key

The key of the tag.

Constraints: Tag keys accept a maximum of 128 letters, numbers,
spaces in UTF-8, or the following characters: + - = . \_ : / @
@return [String]

@!attribute [rw] value

The value of the tag.

Constraints: Tag values accept a maximum of 256 letters, numbers,
spaces in UTF-8, or the following characters: + - = . \_ : / @
@return [String]

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

Constants

SENSITIVE