Class: Aws::Types::ColumnSchema
- Inherits:
-
Object
- Object
- Aws::Types::ColumnSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_types ⇒ ::Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")]
Returns the value of attribute column_types.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
203 204 205 |
# File 'sig/types.rbs', line 203 def column_name @column_name end |
#column_types ⇒ ::Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")]
Returns the value of attribute column_types.
204 205 206 |
# File 'sig/types.rbs', line 204 def column_types @column_types end |