Class: Aws::FraudDetector::Types::UpdateModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::UpdateModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The new model description.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
Instance Attribute Details
#description ⇒ String
The new model description.
4745 4746 4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4745 class UpdateModelRequest < Struct.new( :model_id, :model_type, :description) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
4745 4746 4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4745 class UpdateModelRequest < Struct.new( :model_id, :model_type, :description) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
4745 4746 4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4745 class UpdateModelRequest < Struct.new( :model_id, :model_type, :description) SENSITIVE = [] include Aws::Structure end |