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:



1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1858

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)


1858
1859
1860
1861
1862
1863
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1858

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