class Aws::NetworkManager::Types::Tag

Describes a tag.

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

data as a hash:

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

@!attribute [rw] key

The tag key.

Length Constraints: Maximum length of 128 characters.
@return [String]

@!attribute [rw] value

The tag value.

Length Constraints: Maximum length of 256 characters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/Tag AWS API Documentation

Constants

SENSITIVE