Class: Aws::Types::PivotConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PivotConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_column_name ⇒ ::String
Returns the value of attribute label_column_name.
-
#pivoted_labels ⇒ ::Array[Types::PivotedLabel]
Returns the value of attribute pivoted_labels.
Instance Attribute Details
#label_column_name ⇒ ::String
Returns the value of attribute label_column_name.
8669 8670 8671 |
# File 'sig/types.rbs', line 8669 def label_column_name @label_column_name end |
#pivoted_labels ⇒ ::Array[Types::PivotedLabel]
Returns the value of attribute pivoted_labels.
8670 8671 8672 |
# File 'sig/types.rbs', line 8670 def pivoted_labels @pivoted_labels end |