Class: Aws::Finspace::Types::ListKxDataviewsResponse

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_dataviewsArray<Types::KxDataviewListEntry>

The list of kdb dataviews that are currently active for the given database.

Returns:



4320
4321
4322
4323
4324
4325
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4320

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

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4320
4321
4322
4323
4324
4325
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4320

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