Class: Aws::FraudDetector::Types::DeleteDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteDetectorRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_id ⇒ String
The ID of the detector to delete.
Instance Attribute Details
#detector_id ⇒ String
The ID of the detector to delete.
985 986 987 988 989 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 985 class DeleteDetectorRequest < Struct.new( :detector_id) SENSITIVE = [] include Aws::Structure end |