Class: Aws::Types::ColumnDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ColumnDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_description ⇒ ::String
Returns the value of attribute column_description.
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
Instance Attribute Details
#column_description ⇒ ::String
Returns the value of attribute column_description.
62 63 64 |
# File 'sig/types.rbs', line 62 def column_description @column_description end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def column_name @column_name end |
#data_type ⇒ "STRING", ...
Returns the value of attribute data_type.
60 61 62 |
# File 'sig/types.rbs', line 60 def data_type @data_type end |