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<TableTag>? = null)
Constructors
Link copied to clipboard
fun GetTableResult(arn: String? = null, magneticStoreWriteProperties: MagneticStoreWritePropertiesProperties? = null, name: String? = null, retentionProperties: RetentionPropertiesProperties? = null, schema: SchemaProperties? = null, tags: List<TableTag>? = null)