Class: Aws::EntityResolution::Types::ListIdNamespacesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdNamespacesOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_summaries ⇒ Array<Types::IdNamespaceSummary>
A list of
IdNamespaceSummaries
objects. -
#next_token ⇒ String
The pagination token from the previous API call.
Instance Attribute Details
#id_namespace_summaries ⇒ Array<Types::IdNamespaceSummary>
A list of IdNamespaceSummaries
objects.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1964 class ListIdNamespacesOutput < Struct.new( :id_namespace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
1964 1965 1966 1967 1968 1969 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1964 class ListIdNamespacesOutput < Struct.new( :id_namespace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |