class Aws::LookoutforVision::Types::Tag

A key and value pair that is attached to the specified Amazon Lookout for Vision model.

@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 that is attached to the specified model.
@return [String]

@!attribute [rw] value

The value of the tag that is attached to the specified model.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/Tag AWS API Documentation

Constants

SENSITIVE