Class: Aws::SupplyChain::Types::DataLakeDatasetSchemaField
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataLakeDatasetSchemaField
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The dataset field details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#is_required ⇒ Boolean
Indicate if the field is required or not.
-
#name ⇒ String
The dataset field name.
-
#type ⇒ String
The dataset field type.
Instance Attribute Details
#is_required ⇒ Boolean
Indicate if the field is required or not.
657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-supplychain/types.rb', line 657 class DataLakeDatasetSchemaField < Struct.new( :name, :type, :is_required) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The dataset field name.
657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-supplychain/types.rb', line 657 class DataLakeDatasetSchemaField < Struct.new( :name, :type, :is_required) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The dataset field type.
657 658 659 660 661 662 663 |
# File 'lib/aws-sdk-supplychain/types.rb', line 657 class DataLakeDatasetSchemaField < Struct.new( :name, :type, :is_required) SENSITIVE = [] include Aws::Structure end |