Get Table Result
data class GetTableResult(val arn: String? = null, val magneticStoreWriteProperties: MagneticStoreWritePropertiesProperties? = null, val name: String? = null, val retentionProperties: RetentionPropertiesProperties? = null, val schema: SchemaProperties? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, magneticStoreWriteProperties: MagneticStoreWritePropertiesProperties? = null, name: String? = null, retentionProperties: RetentionPropertiesProperties? = null, schema: SchemaProperties? = null, tags: List<Tag>? = null)