Class: Aws::QuickSight::Types::PivotConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Configuration for a pivot operation, specifying which column contains labels and how to pivot them.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_column_name ⇒ String
The name of the column that contains the labels to be pivoted into separate columns.
-
#pivoted_labels ⇒ Array<Types::PivotedLabel>
The list of specific label values to pivot into separate columns.
Instance Attribute Details
#label_column_name ⇒ String
The name of the column that contains the labels to be pivoted into separate columns.
28108 28109 28110 28111 28112 28113 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28108 class PivotConfiguration < Struct.new( :label_column_name, :pivoted_labels) SENSITIVE = [] include Aws::Structure end |
#pivoted_labels ⇒ Array<Types::PivotedLabel>
The list of specific label values to pivot into separate columns.
28108 28109 28110 28111 28112 28113 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28108 class PivotConfiguration < Struct.new( :label_column_name, :pivoted_labels) SENSITIVE = [] include Aws::Structure end |