Class: Aws::EntityResolution::Types::ListMatchingWorkflowsInput

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)


1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1915

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1915
1916
1917
1918
1919
1920
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1915

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