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
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.
2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2205 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.
2205 2206 2207 2208 2209 2210 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2205 class ListIdNamespacesOutput < Struct.new( :id_namespace_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |