class Aws::AlexaForBusiness::Types::Tag

A key-value pair that can be associated with a resource.

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

@!attribute [rw] value

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

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Tag AWS API Documentation

Constants

SENSITIVE