Class: Aws::EntityResolution::Types::ListIdNamespacesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdNamespacesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id_namespace_summaries ⇒ Array<Types::IdNamespaceSummary>
A list of
IdNamespaceSummariesobjects. -
#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.
2210 2211 2212 2213 2214 2215 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2210 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.
2210 2211 2212 2213 2214 2215 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2210 class ListIdNamespacesOutput < Struct.new( :id_namespace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |