Class: Aws::SupplyChain::Types::DataLakeDatasetSchema

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

Overview

The schema details of the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::DataLakeDatasetSchemaField>

The list of field details of the dataset schema.



634
635
636
637
638
639
# File 'lib/aws-sdk-supplychain/types.rb', line 634

class DataLakeDatasetSchema < Struct.new(
  :name,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset schema.

Returns:

  • (String)


634
635
636
637
638
639
# File 'lib/aws-sdk-supplychain/types.rb', line 634

class DataLakeDatasetSchema < Struct.new(
  :name,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end