Class: Aws::IoTTwinMaker::Types::ColumnDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ColumnDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/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 ⇒ String
The type of the column description.
Instance Attribute Details
#name ⇒ String
The name 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 |
#type ⇒ String
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 |