Class: Aws::FraudDetector::Types::DeleteModelRequest

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

#model_idString

The model ID of the model to delete.

Returns:

  • (String)


1248
1249
1250
1251
1252
1253
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1248

class DeleteModelRequest < Struct.new(
  :model_id,
  :model_type)
  SENSITIVE = []
  include Aws::Structure
end

#model_typeString

The model type of the model to delete.

Returns:

  • (String)


1248
1249
1250
1251
1252
1253
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1248

class DeleteModelRequest < Struct.new(
  :model_id,
  :model_type)
  SENSITIVE = []
  include Aws::Structure
end