Class: Aws::FraudDetector::Types::DeleteModelVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::DeleteModelVersionRequest
- 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 version to delete.
-
#model_type ⇒ String
The model type of the model version to delete.
-
#model_version_number ⇒ String
The model version number of the model version to delete.
Instance Attribute Details
#model_id ⇒ String
The model ID of the model version to delete.
1273 1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1273 class DeleteModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type of the model version to delete.
1273 1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1273 class DeleteModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |
#model_version_number ⇒ String
The model version number of the model version to delete.
1273 1274 1275 1276 1277 1278 1279 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1273 class DeleteModelVersionRequest < Struct.new( :model_id, :model_type, :model_version_number) SENSITIVE = [] include Aws::Structure end |