Class: Aws::Types::AppendedColumn
- Inherits:
-
Object
- Object
- Aws::Types::AppendedColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
355 356 357 |
# File 'sig/types.rbs', line 355 def column_name @column_name end |
#new_column_id ⇒ ::String
Returns the value of attribute new_column_id.
356 357 358 |
# File 'sig/types.rbs', line 356 def new_column_id @new_column_id end |