class Aws::S3::Types::Tag

A container of a key value name pair.

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

data as a hash:

    {
      key: "ObjectKey", # required
      value: "Value", # required
    }

@!attribute [rw] key

Name of the object key.
@return [String]

@!attribute [rw] value

Value of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Tag AWS API Documentation

Constants

SENSITIVE