Class: Aws::IoTSiteWise::Types::ColumnType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scalar_typeString

The allowed data types that the column has as it’s value.



2495
2496
2497
2498
2499
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2495

class ColumnType < Struct.new(
  :scalar_type)
  SENSITIVE = []
  include Aws::Structure
end