Class: Aws::QuickSight::Types::UnpivotOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UnpivotOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that converts columns into rows, normalizing the data structure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
Alias for this operation.
-
#columns_to_unpivot ⇒ Array<Types::ColumnToUnpivot>
The list of columns to unpivot from the source data.
-
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for unpivoting.
-
#unpivoted_label_column_id ⇒ String
A unique identifier for the new column that will contain the unpivoted column names.
-
#unpivoted_label_column_name ⇒ String
The name for the new column that will contain the unpivoted column names.
-
#unpivoted_value_column_id ⇒ String
A unique identifier for the new column that will contain the unpivoted values.
-
#unpivoted_value_column_name ⇒ String
The name for the new column that will contain the unpivoted values.
Instance Attribute Details
#alias ⇒ String
Alias for this operation.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#columns_to_unpivot ⇒ Array<Types::ColumnToUnpivot>
The list of columns to unpivot from the source data.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for unpivoting.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#unpivoted_label_column_id ⇒ String
A unique identifier for the new column that will contain the unpivoted column names.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#unpivoted_label_column_name ⇒ String
The name for the new column that will contain the unpivoted column names.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#unpivoted_value_column_id ⇒ String
A unique identifier for the new column that will contain the unpivoted values.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |
#unpivoted_value_column_name ⇒ String
The name for the new column that will contain the unpivoted values.
38926 38927 38928 38929 38930 38931 38932 38933 38934 38935 38936 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38926 class UnpivotOperation < Struct.new( :alias, :source, :columns_to_unpivot, :unpivoted_label_column_name, :unpivoted_label_column_id, :unpivoted_value_column_name, :unpivoted_value_column_id) SENSITIVE = [] include Aws::Structure end |