Class: Aws::IoTSiteWise::Types::ColumnType
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ColumnType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The data type of the column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scalar_type ⇒ String
The allowed data types that the column has as it’s value.
Instance Attribute Details
#scalar_type ⇒ String
The allowed data types that the column has as it’s value.
2357 2358 2359 2360 2361 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2357 class ColumnType < Struct.new( :scalar_type) SENSITIVE = [] include Aws::Structure end |