Class: Aws::Finspace::Types::ListKxDataviewsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ListKxDataviewsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database where the dataviews were created.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#database_name ⇒ String
The name of the database where the dataviews were created.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-finspace/types.rb', line 4325 class ListKxDataviewsRequest < Struct.new( :environment_id, :database_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment, for which you want to retrieve a list of dataviews.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-finspace/types.rb', line 4325 class ListKxDataviewsRequest < Struct.new( :environment_id, :database_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this request.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-finspace/types.rb', line 4325 class ListKxDataviewsRequest < Struct.new( :environment_id, :database_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-finspace/types.rb', line 4325 class ListKxDataviewsRequest < Struct.new( :environment_id, :database_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |