Class: Aws::QuickSight::Types::InputColumn
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InputColumn
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Metadata for a column that is used as the input of a transform operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of this column in the underlying data source.
-
#sub_type ⇒ String
The sub data type of the column.
-
#type ⇒ String
The data type of the column.
Instance Attribute Details
#name ⇒ String
The name of this column in the underlying data source.
17880 17881 17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17880 class InputColumn < Struct.new( :name, :type, :sub_type) SENSITIVE = [] include Aws::Structure end |
#sub_type ⇒ String
The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.
17880 17881 17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17880 class InputColumn < Struct.new( :name, :type, :sub_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the column.
17880 17881 17882 17883 17884 17885 17886 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17880 class InputColumn < Struct.new( :name, :type, :sub_type) SENSITIVE = [] include Aws::Structure end |