Class: Aws::FraudDetector::Types::GetBatchImportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetBatchImportJobsRequest
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the batch import job to get.
-
#max_results ⇒ Integer
The maximum number of objects to return for request.
-
#next_token ⇒ String
The next token from the previous request.
Instance Attribute Details
#job_id ⇒ String
The ID of the batch import job to get.
1931 1932 1933 1934 1935 1936 1937 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1931 class GetBatchImportJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of objects to return for request.
1931 1932 1933 1934 1935 1936 1937 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1931 class GetBatchImportJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token from the previous request.
1931 1932 1933 1934 1935 1936 1937 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1931 class GetBatchImportJobsRequest < Struct.new( :job_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |