Class: Aws::RedshiftServerless::Types::ListNamespacesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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