Class: Aws::SupplyChain::Types::CreateDataLakeDatasetResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#datasetTypes::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