class Aws::IoTAnalytics::Types::SchemaDefinition
Information needed to define a schema.
@note When making an API call, you may pass SchemaDefinition
data as a hash: { columns: [ { name: "ColumnName", # required type: "ColumnDataType", # required }, ], }
@!attribute [rw] columns
Specifies one or more columns that store your data. Each schema can have up to 100 columns. Each column can have up to 100 nested types. @return [Array<Types::Column>]
Constants
- SENSITIVE