class Aws::Inspector::Types::Tag

A key and value pair. This data type is used as a request parameter in the SetTagsForResource action and a response element in the ListTagsForResource action.

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

data as a hash:

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

@!attribute [rw] key

A tag key.
@return [String]

@!attribute [rw] value

A value assigned to a tag key.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/inspector-2016-02-16/Tag AWS API Documentation

Constants

SENSITIVE