Class: Aws::FraudDetector::Types::GetBatchPredictionJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetBatchPredictionJobsRequest
- Includes:
- Structure
- Defined in:
- 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.
2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2092 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.
2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2092 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.
2092 2093 2094 2095 2096 2097 2098 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2092 class GetBatchPredictionJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |