Class: Aws::SupplyChain::Types::DataLakeDatasetSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataLakeDatasetSchema
- 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
-
#fields ⇒ Array<Types::DataLakeDatasetSchemaField>
The list of field details of the dataset schema.
-
#name ⇒ String
The name of the dataset schema.
Instance Attribute Details
#fields ⇒ Array<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 |
#name ⇒ String
The name 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 |