GetTypeResult

data class GetTypeResult(val directParentTypes: List<String>? = null, val directReferringTables: List<String>? = null, val keyspaceArn: String? = null, val lastModifiedTimestamp: Double? = null, val maxNestingDepth: Int? = null)

Constructors

Link copied to clipboard
constructor(directParentTypes: List<String>? = null, directReferringTables: List<String>? = null, keyspaceArn: String? = null, lastModifiedTimestamp: Double? = null, maxNestingDepth: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of parent User-Defined Types that directly reference the User-Defined Type in their fields.

Link copied to clipboard

List of Tables that directly reference the User-Defined Type in their columns.

Link copied to clipboard
val keyspaceArn: String? = null

ARN of the Keyspace which contains the User-Defined Type.

Link copied to clipboard

Timestamp of the last time the User-Defined Type's meta data was modified.

Link copied to clipboard
val maxNestingDepth: Int? = null

Maximum nesting depth of the User-Defined Type across the field types.