Class: Aws::Finspace::Types::ListKxDataviewsRequest

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

#database_nameString

The name of the database where the dataviews were created.

Returns:

  • (String)


4300
4301
4302
4303
4304
4305
4306
4307
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4300

class ListKxDataviewsRequest < Struct.new(
  :environment_id,
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.

Returns:

  • (String)


4300
4301
4302
4303
4304
4305
4306
4307
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4300

class ListKxDataviewsRequest < Struct.new(
  :environment_id,
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


4300
4301
4302
4303
4304
4305
4306
4307
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4300

class ListKxDataviewsRequest < Struct.new(
  :environment_id,
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


4300
4301
4302
4303
4304
4305
4306
4307
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4300

class ListKxDataviewsRequest < Struct.new(
  :environment_id,
  :database_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end