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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.

Returns:

  • (String)


2337
2338
2339
2340
2341
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2337

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