Class: Aws::FraudDetector::Types::GetBatchPredictionJobsRequest

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

#job_idString

The batch prediction job for which to get the details.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2092

class GetBatchPredictionJobsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of objects to return for the request.

Returns:

  • (Integer)


2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2092

class GetBatchPredictionJobsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token from the previous request.

Returns:

  • (String)


2092
2093
2094
2095
2096
2097
2098
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2092

class GetBatchPredictionJobsRequest < Struct.new(
  :job_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end