Class: Aws::LookoutEquipment::Types::DatasetSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DatasetSchema
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Provides information about the data schema used with the given dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inline_data_schema ⇒ String
The data schema used within the given dataset.
Instance Attribute Details
#inline_data_schema ⇒ String
The data schema used within the given dataset.
749 750 751 752 753 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 749 class DatasetSchema < Struct.new( :inline_data_schema) SENSITIVE = [] include Aws::Structure end |