Class: Aws::QuickSight::Types::PivotConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#label_column_nameString

The name of the column that contains the labels to be pivoted into separate columns.

Returns:

  • (String)


30052
30053
30054
30055
30056
30057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30052

class PivotConfiguration < Struct.new(
  :label_column_name,
  :pivoted_labels)
  SENSITIVE = []
  include Aws::Structure
end

#pivoted_labelsArray<Types::PivotedLabel>

The list of specific label values to pivot into separate columns.

Returns:



30052
30053
30054
30055
30056
30057
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30052

class PivotConfiguration < Struct.new(
  :label_column_name,
  :pivoted_labels)
  SENSITIVE = []
  include Aws::Structure
end