Class: Aws::EntityResolution::Types::ListMatchingJobsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListMatchingJobsInput
- 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.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1985 class ListMatchingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1985 class ListMatchingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow to be retrieved.
1985 1986 1987 1988 1989 1990 1991 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1985 class ListMatchingJobsInput < Struct.new( :max_results, :next_token, :workflow_name) SENSITIVE = [] include Aws::Structure end |