DatastoreColumn

data class DatastoreColumn(val name: String, val type: String)

Constructors

Link copied to clipboard
constructor(name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

The type of data. For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .