DatasetSchema

Describes the schema for a dataset. For more information on schemas, see CreateSchema.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time (in Unix time) that the schema was created.

Link copied to clipboard

The domain of a schema that you created for a dataset in a Domain dataset group.

Link copied to clipboard

The date and time (in Unix time) that the schema was last updated.

Link copied to clipboard
val name: String?

The name of the schema.

Link copied to clipboard

The schema.

Link copied to clipboard

The Amazon Resource Name (ARN) of the schema.

Functions

Link copied to clipboard
inline fun copy(block: DatasetSchema.Builder.() -> Unit = {}): DatasetSchema
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String