Class: Aws::EntityResolution::Types::ListIdNamespacesInput

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 ‘IdNamespace` objects returned per page.

Returns:

  • (Integer)


1947
1948
1949
1950
1951
1952
# File 'lib/aws-sdk-entityresolution/types.rb', line 1947

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
# File 'lib/aws-sdk-entityresolution/types.rb', line 1947

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