Class: Aws::FraudDetector::Types::GetBatchPredictionJobsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetBatchPredictionJobsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_predictions ⇒ Array<Types::BatchPrediction>
An array containing the details of each batch prediction job.
-
#next_token ⇒ String
The next token for the subsequent request.
Instance Attribute Details
#batch_predictions ⇒ Array<Types::BatchPrediction>
An array containing the details of each batch prediction job.
2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2110 class GetBatchPredictionJobsResult < Struct.new( :batch_predictions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token for the subsequent request.
2110 2111 2112 2113 2114 2115 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 2110 class GetBatchPredictionJobsResult < Struct.new( :batch_predictions, :next_token) SENSITIVE = [] include Aws::Structure end |