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