Class: Aws::Types::SnowflakeTableSchemaV1
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeTableSchemaV1
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_type ⇒ ::String
Returns the value of attribute column_type.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
3114 3115 3116 |
# File 'sig/types.rbs', line 3114 def column_name @column_name end |
#column_type ⇒ ::String
Returns the value of attribute column_type.
3115 3116 3117 |
# File 'sig/types.rbs', line 3115 def column_type @column_type end |