Class: Aws::SupplyChain::Types::GetDataLakeDatasetResponse

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

Overview

The response parameters for UpdateDataLakeDataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasetTypes::DataLakeDataset

The fetched dataset details.



906
907
908
909
910
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 906

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