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, besides the custom defined namespace, every instance comes with below pre-defined namespaces:.
-
#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.
1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1919 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.
1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1919 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace of the dataset, besides the custom defined namespace, every instance comes with below pre-defined namespaces:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].
-
default - For datasets with custom user-defined schemas.
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1919 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.
1919 1920 1921 1922 1923 1924 1925 1926 |
# File 'lib/aws-sdk-supplychain/types.rb', line 1919 class ListDataLakeDatasetsRequest < Struct.new( :instance_id, :namespace, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |