Class: Aws::FraudDetector::Types::GetBatchImportJobsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetBatchImportJobsResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_imports ⇒ Array<Types::BatchImport>
An array containing the details of each batch import job.
-
#next_token ⇒ String
The next token for the subsequent resquest.
Instance Attribute Details
#batch_imports ⇒ Array<Types::BatchImport>
An array containing the details of each batch import job.
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_token ⇒ String
The next token for the subsequent resquest.
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 |