Class: Aws::QuickSight::Types::PivotedLabel
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PivotedLabel
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Specifies a label value to be pivoted into a separate column, including the new column name and identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_name ⇒ String
The label value from the source data to be pivoted.
-
#new_column_id ⇒ String
A unique identifier for the new column created from this pivoted label.
-
#new_column_name ⇒ String
The name for the new column created from this pivoted label.
Instance Attribute Details
#label_name ⇒ String
The label value from the source data to be pivoted.
28777 28778 28779 28780 28781 28782 28783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28777 class PivotedLabel < Struct.new( :label_name, :new_column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |
#new_column_id ⇒ String
A unique identifier for the new column created from this pivoted label.
28777 28778 28779 28780 28781 28782 28783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28777 class PivotedLabel < Struct.new( :label_name, :new_column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |
#new_column_name ⇒ String
The name for the new column created from this pivoted label.
28777 28778 28779 28780 28781 28782 28783 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28777 class PivotedLabel < Struct.new( :label_name, :new_column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |