Class: Aws::FraudDetector::Types::GetBatchPredictionJobsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_predictionsArray<Types::BatchPrediction>

An array containing the details of each batch prediction job.

Returns:



2090
2091
2092
2093
2094
2095
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2090

class GetBatchPredictionJobsResult < Struct.new(
  :batch_predictions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token for the subsequent request.

Returns:

  • (String)


2090
2091
2092
2093
2094
2095
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2090

class GetBatchPredictionJobsResult < Struct.new(
  :batch_predictions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end