Class: Aws::IoTSiteWise::Types::ColumnInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ColumnInfo
- Defined in:
- gems/aws-sdk-iotsitewise/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.
2352 2353 2354 2355 2356 2357 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2352 class ColumnInfo < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Types::ColumnType
The type of the column description.
2352 2353 2354 2355 2356 2357 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2352 class ColumnInfo < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |