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

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

#id_namespace_summariesArray<Types::IdNamespaceSummary>

A list of IdNamespaceSummaries objects.

Returns:



2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2056

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)


2056
2057
2058
2059
2060
2061
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2056

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