Class: Aws::FraudDetector::Types::DeleteOutcomeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteOutcomeRequest
- Includes:
- Structure
- Defined in:
- 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.
1291 1292 1293 1294 1295 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1291 class DeleteOutcomeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |