Class: Aws::FraudDetector::Types::GetBatchPredictionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetBatchPredictionJobsRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The batch prediction job for which to get the details.
-
#max_results ⇒ Integer
The maximum number of objects to return for the request.
-
#next_token ⇒ String
The next token from the previous request.
Instance Attribute Details
#job_id ⇒ String
The batch prediction job for which to get the details.
1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1970 class GetBatchPredictionJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects to return for the request.
1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1970 class GetBatchPredictionJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token from the previous request.
1970 1971 1972 1973 1974 1975 1976 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1970 class GetBatchPredictionJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |