Class: Aws::FraudDetector::Types::DeleteOutcomeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteOutcomeRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the outcome to delete.
Instance Attribute Details
#name ⇒ String
The name of the outcome to delete.
1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1189 class DeleteOutcomeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |