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

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.

Returns:

  • (Integer)


2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-entityresolution/types.rb', line 2119

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-entityresolution/types.rb', line 2119

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

#workflow_nameString

The name of the workflow to be retrieved.

Returns:

  • (String)


2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-entityresolution/types.rb', line 2119

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