Class: Aws::QuickSight::Types::PivotOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A transform operation that pivots data by converting row values into columns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
Alias for this operation.
-
#group_by_column_names ⇒ Array<String>
The list of column names to group by when performing the pivot operation.
-
#pivot_configuration ⇒ Types::PivotConfiguration
Configuration that specifies which labels to pivot and how to structure the resulting columns.
-
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for pivoting.
-
#value_column_configuration ⇒ Types::ValueColumnConfiguration
Configuration for how to aggregate values when multiple rows map to the same pivoted column.
Instance Attribute Details
#alias ⇒ String
Alias for this operation.
28163 28164 28165 28166 28167 28168 28169 28170 28171 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28163 class PivotOperation < Struct.new( :alias, :source, :group_by_column_names, :value_column_configuration, :pivot_configuration) SENSITIVE = [] include Aws::Structure end |
#group_by_column_names ⇒ Array<String>
The list of column names to group by when performing the pivot operation.
28163 28164 28165 28166 28167 28168 28169 28170 28171 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28163 class PivotOperation < Struct.new( :alias, :source, :group_by_column_names, :value_column_configuration, :pivot_configuration) SENSITIVE = [] include Aws::Structure end |
#pivot_configuration ⇒ Types::PivotConfiguration
Configuration that specifies which labels to pivot and how to structure the resulting columns.
28163 28164 28165 28166 28167 28168 28169 28170 28171 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28163 class PivotOperation < Struct.new( :alias, :source, :group_by_column_names, :value_column_configuration, :pivot_configuration) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::TransformOperationSource
The source transform operation that provides input data for pivoting.
28163 28164 28165 28166 28167 28168 28169 28170 28171 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28163 class PivotOperation < Struct.new( :alias, :source, :group_by_column_names, :value_column_configuration, :pivot_configuration) SENSITIVE = [] include Aws::Structure end |
#value_column_configuration ⇒ Types::ValueColumnConfiguration
Configuration for how to aggregate values when multiple rows map to the same pivoted column.
28163 28164 28165 28166 28167 28168 28169 28170 28171 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28163 class PivotOperation < Struct.new( :alias, :source, :group_by_column_names, :value_column_configuration, :pivot_configuration) SENSITIVE = [] include Aws::Structure end |