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:



2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2110

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

#next_tokenString

The next token for the subsequent request.

Returns:

  • (String)


2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2110

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