Class: Aws::FraudDetector::Types::DeleteModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteModelRequest
- Defined in:
- gems/aws-sdk-frauddetector/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.
1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1146 class DeleteModelRequest < Struct.new( :model_id, :model_type) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type of the model to delete.
1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1146 class DeleteModelRequest < Struct.new( :model_id, :model_type) SENSITIVE = [] include Aws::Structure end |