Class: Aws::IoTSiteWise::Types::ColumnInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ColumnInfo
- 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
-
#name ⇒ String
The name of the column description.
-
#type ⇒ Types::ColumnType
The type of the column description.
Instance Attribute Details
#name ⇒ String
The name of the column description.
2344 2345 2346 2347 2348 2349 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2344 class ColumnInfo < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Types::ColumnType
The type of the column description.
2344 2345 2346 2347 2348 2349 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2344 class ColumnInfo < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |