Class: Aws::FinSpaceData::Types::ListDataViewsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListDataViewsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Request for a list data views.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The unique identifier of the Dataset for which to retrieve Dataviews.
-
#max_results ⇒ Integer
The maximum number of results per page.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#dataset_id ⇒ String
The unique identifier of the Dataset for which to retrieve Dataviews.
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1814 class ListDataViewsRequest < Struct.new( :dataset_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results per page.
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1814 class ListDataViewsRequest < Struct.new( :dataset_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1814 class ListDataViewsRequest < Struct.new( :dataset_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |