Class: Aws::SupplyChain::Types::ListDataLakeDatasetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::ListDataLakeDatasetsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters of ListDataLakeDatasets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#max_results ⇒ Integer
The max number of datasets to fetch in this paginated request.
-
#namespace ⇒ String
The namespace of the dataset.
-
#next_token ⇒ String
The pagination token to fetch next page of datasets.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1097 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The max number of datasets to fetch in this paginated request.
1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1097 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the dataset. The available values are:
-
asc: for [ AWS Supply Chain supported datasets ][1].
-
default: for datasets with custom user-defined schemas.
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1097 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to fetch next page of datasets.
1097 1098 1099 1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1097 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |