Class: Aws::FraudDetector::Types::GetBatchImportJobsResult

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_importsArray<Types::BatchImport>

An array containing the details of each batch import job.

Returns:



2071
2072
2073
2074
2075
2076
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2071

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

#next_tokenString

The next token for the subsequent resquest.

Returns:

  • (String)


2071
2072
2073
2074
2075
2076
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2071

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