Class: Aws::Types::PivotedLabel
- Inherits:
-
Object
- Object
- Aws::Types::PivotedLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_name ⇒ ::String
Returns the value of attribute label_name.
-
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
-
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
Instance Attribute Details
#label_name ⇒ ::String
Returns the value of attribute label_name.
8847 8848 8849 |
# File 'sig/types.rbs', line 8847 def label_name @label_name end |
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
8849 8850 8851 |
# File 'sig/types.rbs', line 8849 def new_column_id @new_column_id end |
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
8848 8849 8850 |
# File 'sig/types.rbs', line 8848 def new_column_name @new_column_name end |