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.
9198 9199 9200 |
# File 'sig/types.rbs', line 9198 def label_name @label_name end |
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
9200 9201 9202 |
# File 'sig/types.rbs', line 9200 def new_column_id @new_column_id end |
#new_column_name ⇒ ::String
Returns the value of attribute new_column_name.
9199 9200 9201 |
# File 'sig/types.rbs', line 9199 def new_column_name @new_column_name end |