Class: Aws::EntityResolution::Types::ListIdNamespacesOutput

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

#id_namespace_summariesArray<Types::IdNamespaceSummary>

A list of ‘IdNamespaceSummaries` objects.

Returns:



1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-entityresolution/types.rb', line 1964

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

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


1964
1965
1966
1967
1968
1969
# File 'lib/aws-sdk-entityresolution/types.rb', line 1964

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