Class: Aws::SupplyChain::Types::ListDataLakeDatasetsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#datasetsArray<Types::DataLakeDataset>

The list of fetched dataset details.

Returns:



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_tokenString

The pagination token to fetch next page of datasets.

Returns:

  • (String)


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