Class: Aws::SupplyChain::Types::UpdateDataLakeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::UpdateDataLakeDatasetRequest
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters of UpdateDataLakeDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The updated description of the data lake dataset.
-
#instance_id ⇒ String
The Amazon Web Services Chain instance identifier.
-
#name ⇒ String
The name of the dataset.
-
#namespace ⇒ String
The name space of the dataset.
Instance Attribute Details
#description ⇒ String
The updated description of the data lake dataset.
1443 1444 1445 1446 1447 1448 1449 1450 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1443 class UpdateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :description) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Web Services Chain instance identifier.
1443 1444 1445 1446 1447 1448 1449 1450 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1443 class UpdateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :description) 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 https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
1443 1444 1445 1446 1447 1448 1449 1450 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1443 class UpdateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :description) 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 https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.
default - For datasets with custom user-defined schemas.
1443 1444 1445 1446 1447 1448 1449 1450 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1443 class UpdateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :description) SENSITIVE = [] include Aws::Structure end |