Class: Aws::RedshiftServerless::Types::ListNamespacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListNamespacesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#next_token ⇒ String
If your initial
ListNamespacesoperation returns anextToken, you can include the returnednextTokenin followingListNamespacesoperations, which returns results in the next page.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1815 class ListNamespacesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ListNamespaces operation returns a nextToken, you can include the returned nextToken in following ListNamespaces operations, which returns results in the next page.
1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1815 class ListNamespacesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |