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)


1263
1264
1265
1266
1267
1268
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1263

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)


1263
1264
1265
1266
1267
1268
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1263

class ListNamespacesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end