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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4299
4300
4301
4302
4303
4304
# File 'lib/aws-sdk-finspace/types.rb', line 4299

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)


4299
4300
4301
4302
4303
4304
# File 'lib/aws-sdk-finspace/types.rb', line 4299

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