Class: Aws::EntityResolution::Types::ListSchemaMappingsInput

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)


2096
2097
2098
2099
2100
2101
# File 'lib/aws-sdk-entityresolution/types.rb', line 2096

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


2096
2097
2098
2099
2100
2101
# File 'lib/aws-sdk-entityresolution/types.rb', line 2096

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