Class: Aws::Finspace::Types::ListKxDatabasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxDatabasesResponse
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kx_databases ⇒ Array<Types::KxDatabaseListEntry>
A list of databases in the kdb environment.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#kx_databases ⇒ Array<Types::KxDatabaseListEntry>
A list of databases in the kdb environment.
4301 4302 4303 4304 4305 4306 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4301 class ListKxDatabasesResponse < Struct.new( :kx_databases, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4301 4302 4303 4304 4305 4306 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4301 class ListKxDatabasesResponse < Struct.new( :kx_databases, :next_token) SENSITIVE = [] include Aws::Structure end |