Class: Aws::EntityResolution::Types::ListMatchingJobsInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of objects returned per page.



2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-entityresolution/types.rb', line 2226

class ListMatchingJobsInput < Struct.new(
  :workflow_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token from the previous API call.



2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-entityresolution/types.rb', line 2226

class ListMatchingJobsInput < Struct.new(
  :workflow_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the workflow to be retrieved.



2226
2227
2228
2229
2230
2231
2232
# File 'lib/aws-sdk-entityresolution/types.rb', line 2226

class ListMatchingJobsInput < Struct.new(
  :workflow_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end