Class: Aws::Finspace::Types::ListKxDataviewsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxDataviewsResponse
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kx_dataviews ⇒ Array<Types::KxDataviewListEntry>
The list of kdb dataviews that are currently active for the given database.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#kx_dataviews ⇒ Array<Types::KxDataviewListEntry>
The list of kdb dataviews that are currently active for the given database.
4347 4348 4349 4350 4351 4352 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4347 class ListKxDataviewsResponse < Struct.new( :kx_dataviews, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4347 4348 4349 4350 4351 4352 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4347 class ListKxDataviewsResponse < Struct.new( :kx_dataviews, :next_token) SENSITIVE = [] include Aws::Structure end |