Class: Aws::Types::SnowflakeTableSchema
- Inherits:
-
Object
- Object
- Aws::Types::SnowflakeTableSchema
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#v1 ⇒ ::Array[Types::SnowflakeTableSchemaV1]
Returns the value of attribute v1.
Instance Attribute Details
#unknown ⇒ Object
Returns the value of attribute unknown.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def unknown @unknown end |
#v1 ⇒ ::Array[Types::SnowflakeTableSchemaV1]
Returns the value of attribute v1.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def v1 @v1 end |