Class: Aws::Finspace::Types::ListKxDatabasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxDatabasesResponse
- Includes:
- Structure
- Defined in:
- 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.
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_token ⇒ String
A token that indicates where a results page should begin.
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 |