Class: Aws::Types::ColumnToUnpivot
- Inherits:
-
Object
- Object
- Aws::Types::ColumnToUnpivot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#new_value ⇒ ::String
Returns the value of attribute new_value.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def column_name @column_name end |
#new_value ⇒ ::String
Returns the value of attribute new_value.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def new_value @new_value end |