Class: Aws::IoTSiteWise::Types::ColumnInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/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)


2321
2322
2323
2324
2325
2326
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2321

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

#typeTypes::ColumnType

The type of the column description.

Returns:



2321
2322
2323
2324
2325
2326
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2321

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