Class: Aws::QuickSight::Types::OutputColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::OutputColumn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Output column.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for a column.
-
#name ⇒ String
The display name of the column..
-
#sub_type ⇒ String
The sub data type of the column.
-
#type ⇒ String
The data type of the column.
Instance Attribute Details
#description ⇒ String
A description for a column.
23348 23349 23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23348 class OutputColumn < Struct.new( :name, :description, :type, :sub_type) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The display name of the column..
23348 23349 23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23348 class OutputColumn < Struct.new( :name, :description, :type, :sub_type) SENSITIVE = [:description] include Aws::Structure end |
#sub_type ⇒ String
The sub data type of the column.
23348 23349 23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23348 class OutputColumn < Struct.new( :name, :description, :type, :sub_type) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The data type of the column.
23348 23349 23350 23351 23352 23353 23354 23355 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23348 class OutputColumn < Struct.new( :name, :description, :type, :sub_type) SENSITIVE = [:description] include Aws::Structure end |