Class: Aws::FraudDetector::Types::GetModelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetModelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects to return for the request.
-
#model_id ⇒ String
The model ID.
-
#model_type ⇒ String
The model type.
-
#next_token ⇒ String
The next token for the subsequent request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects to return for the request.
2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2895 class GetModelsRequest < Struct.new( :model_id, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The model ID.
2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2895 class GetModelsRequest < Struct.new( :model_id, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#model_type ⇒ String
The model type.
2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2895 class GetModelsRequest < Struct.new( :model_id, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for the subsequent request.
2895 2896 2897 2898 2899 2900 2901 2902 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2895 class GetModelsRequest < Struct.new( :model_id, :model_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |