Class: Aws::SupplyChain::Types::CreateDataLakeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateDataLakeDatasetRequest
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for CreateDataLakeDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the dataset.
-
#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.
-
#schema ⇒ Types::DataLakeDatasetSchema
The custom schema of the data lake dataset and is only required when the name space is default.
-
#tags ⇒ Hash<String,String>
The tags of the dataset.
Instance Attribute Details
#description ⇒ String
The description of the dataset.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) 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.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name space of the dataset.
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.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::DataLakeDatasetSchema
The custom schema of the data lake dataset and is only required when the name space is default.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the dataset.
227 228 229 230 231 232 233 234 235 236 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 227 class CreateDataLakeDatasetRequest < Struct.new( :instance_id, :namespace, :name, :schema, :description, :tags) SENSITIVE = [] include Aws::Structure end |