class Aws::HealthLake::Types::Tag

A tag is a label consisting of a user-defined key and value. The form for tags is \{“Key”, “Value”\}

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

@!attribute [rw] value

The value portion of tag. Tag values are case sensitive.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/Tag AWS API Documentation

Constants

SENSITIVE