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.
30514 30515 30516 30517 30518 30519 30520 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30514 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.
30514 30515 30516 30517 30518 30519 30520 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30514 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.
30514 30515 30516 30517 30518 30519 30520 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30514 class PivotedLabel < Struct.new( :label_name, :new_column_name, :new_column_id) SENSITIVE = [] include Aws::Structure end |