Class: Aws::SupplyChain::Types::GetDataLakeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetDataLakeDatasetRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for GetDataLakeDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#name ⇒ String
The name of the dataset.
-
#namespace ⇒ String
The name space of the dataset.
Instance Attribute Details
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-supplychain/types.rb', line 890 class GetDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dataset. For asc name space, the name must be one of the supported data entities under [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-supplychain/types.rb', line 890 class GetDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name space of the dataset. The available values are:
-
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
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-supplychain/types.rb', line 890 class GetDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name) SENSITIVE = [] include Aws::Structure end |