Class: Aws::FraudDetector::Types::DeleteLabelRequest

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 label to delete.

Returns:

  • (String)


1212
1213
1214
1215
1216
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1212

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