class Aws::FraudDetector::Types::Tag

A key and value pair.

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

data as a hash:

    {
      key: "tagKey", # required
      value: "tagValue", # required
    }

@!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/frauddetector-2019-11-15/Tag AWS API Documentation

Constants

SENSITIVE