Class: Aws::FinSpaceData::Types::ListDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListDatasetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Response for the ListDatasets operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::Dataset>
List of Datasets.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
Instance Attribute Details
#datasets ⇒ Array<Types::Dataset>
List of Datasets.
1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1870 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1870 1871 1872 1873 1874 1875 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1870 class ListDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |