Class: Aws::EntityResolution::Types::ListIdNamespacesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdNamespacesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of
IdNamespaceobjects returned per page. -
#next_token ⇒ String
The pagination token from the previous API call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of IdNamespace objects returned per page.
2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2188 class ListIdNamespacesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
2188 2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2188 class ListIdNamespacesInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |