Class: Aws::Types::CalculatedColumn
- Inherits:
-
Object
- Object
- Aws::Types::CalculatedColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_id ⇒ ::String
Returns the value of attribute column_id.
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#expression ⇒ ::String
Returns the value of attribute expression.
Instance Attribute Details
#column_id ⇒ ::String
Returns the value of attribute column_id.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def column_id @column_id end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def column_name @column_name end |
#expression ⇒ ::String
Returns the value of attribute expression.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def expression @expression end |