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.
18825 18826 18827 18828 18829 18830 18831 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18825 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.
18825 18826 18827 18828 18829 18830 18831 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18825 class InputColumn < Struct.new( :name, :type, :sub_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the column.
18825 18826 18827 18828 18829 18830 18831 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18825 class InputColumn < Struct.new( :name, :type, :sub_type) SENSITIVE = [] include Aws::Structure end |