Class: Aws::FraudDetector::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Tag
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
key: "tagKey", # required
value: "tagValue", # required
}
A key and value pair.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
A tag key.
-
#value ⇒ String
A value assigned to a tag key.