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.
9020 9021 9022 |
# File 'sig/types.rbs', line 9020 def label_column_name @label_column_name end |
#pivoted_labels ⇒ ::Array[Types::PivotedLabel]
Returns the value of attribute pivoted_labels.
9021 9022 9023 |
# File 'sig/types.rbs', line 9021 def pivoted_labels @pivoted_labels end |