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)


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_labelsArray<Types::PivotedLabel>

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

Returns:



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