Class: Aws::SupplyChain::Types::CreateDataLakeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateDataLakeDatasetResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters of CreateDataLakeDataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset ⇒ Types::DataLakeDataset
The detail of created dataset.
Instance Attribute Details
#dataset ⇒ Types::DataLakeDataset
The detail of created dataset.
246 247 248 249 250 |
# File 'lib/aws-sdk-supplychain/types.rb', line 246 class CreateDataLakeDatasetResponse < Struct.new( :dataset) SENSITIVE = [] include Aws::Structure end |