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.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def unknown @unknown end |
#v1 ⇒ ::Array[Types::SnowflakeTableSchemaV1]
Returns the value of attribute v1.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def v1 @v1 end |