Class: Aws::EntityResolution::Types::ListIdMappingJobsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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.

Returns:

  • (Integer)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1772

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1772

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

#workflow_nameString

The name of the workflow to be retrieved.

Returns:

  • (String)


1772
1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1772

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