Class: Aws::IoTTwinMaker::Types::ColumnDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

A description of the column in the query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the column description.

Returns:

  • (String)


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

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

#typeString

The type of the column description.

Returns:

  • (String)


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

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