Class: Aws::FraudDetector::Types::DeleteModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_id ⇒ String
The model ID of the model to delete.
-
#model_type ⇒ String
The model type of the model to delete.
Instance Attribute Details
#model_id ⇒ String
The model ID of the model to delete.
1248 1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1248 class DeleteModelRequest < Struct.new( :model_id, :model_type) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type of the model to delete.
1248 1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1248 class DeleteModelRequest < Struct.new( :model_id, :model_type) SENSITIVE = [] include Aws::Structure end |