class Aws::FraudDetector::Types::PutLabelRequest
@note When making an API call, you may pass PutLabelRequest
data as a hash: { name: "identifier", # required description: "description", tags: [ { key: "tagKey", # required value: "tagValue", # required }, ], }
@!attribute [rw] name
The label name. @return [String]
@!attribute [rw] description
The label description. @return [String]
@!attribute [rw] tags
@return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutLabelRequest AWS API Documentation
Constants
- SENSITIVE