Class: Aws::SupplyChain::Types::ListDataLakeDatasetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataLakeDatasetsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters of ListDataLakeDatasets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Types::DataLakeDataset>
The list of fetched dataset details.
-
#next_token ⇒ String
The pagination token to fetch next page of datasets.
Instance Attribute Details
#datasets ⇒ Array<Types::DataLakeDataset>
The list of fetched dataset details.
1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1118 class ListDataLakeDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to fetch next page of datasets.
1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1118 class ListDataLakeDatasetsResponse < Struct.new( :datasets, :next_token) SENSITIVE = [] include Aws::Structure end |