Class: Aws::Finspace::Types::ListKxDatabasesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kx_databasesArray<Types::KxDatabaseListEntry>

A list of databases in the kdb environment.

Returns:



4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4274

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4274

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