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.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def column_name @column_name end |
#column_type ⇒ ::String
Returns the value of attribute column_type.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def column_type @column_type end |