Class: Aws::EntityResolution::Types::ListIdMappingJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdMappingJobsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects returned per page.
-
#next_token ⇒ String
The pagination token from the previous API call.
-
#workflow_name ⇒ String
The name of the workflow to be retrieved.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects returned per page.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1878 class ListIdMappingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1878 class ListIdMappingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow to be retrieved.
1878 1879 1880 1881 1882 1883 1884 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1878 class ListIdMappingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |