Method: Aws::IoTTwinMaker::Types::ColumnDescription#type

Defined in:
lib/aws-sdk-iottwinmaker/types.rb

#typeString

The type of the column description.



154
155
156
157
158
159
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 154

class ColumnDescription < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end