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.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def column_id @column_id end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def column_name @column_name end |
#expression ⇒ ::String
Returns the value of attribute expression.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def expression @expression end |