Class: Aws::SupplyChain::Types::UpdateDataLakeDatasetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The response parameters of UpdateDataLakeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::DataLakeDataset

The updated dataset details.



1460
1461
1462
1463
1464
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1460

class UpdateDataLakeDatasetResponse < Struct.new(
  :dataset)
  SENSITIVE = []
  include Aws::Structure
end