Class: Aws::FraudDetector::Types::DeleteVariableRequest

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

Returns:

  • (String)


1323
1324
1325
1326
1327
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1323

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