Class: Aws::FraudDetector::Types::DeleteOutcomeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the outcome to delete.

Returns:

  • (String)


1291
1292
1293
1294
1295
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1291

class DeleteOutcomeRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end