class Aws::CodeArtifact::Types::Tag

A tag is a key-value pair that can be used to manage, search for, or filter resources in AWS CodeArtifact.

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

data as a hash:

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

@!attribute [rw] key

The tag key.
@return [String]

@!attribute [rw] value

The tag value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/Tag AWS API Documentation

Constants

SENSITIVE