GlossaryTermItem

The details of a business glossary term.

Types

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

Properties

Link copied to clipboard

The timestamp of when a business glossary term was created.

Link copied to clipboard

The Amazon DataZone user who created the business glossary.

Link copied to clipboard

The identifier of the Amazon DataZone domain in which the business glossary exists.

Link copied to clipboard

The identifier of the business glossary to which the term belongs.

Link copied to clipboard
val id: String

The identifier of the business glossary term.

Link copied to clipboard

The long description of the business glossary term.

Link copied to clipboard

The name of the business glossary term.

Link copied to clipboard

The short description of the business glossary term.

Link copied to clipboard

The status of the business glossary term.

Link copied to clipboard

The relations of the business glossary term.

Link copied to clipboard

The timestamp of when a business glossary term was updated.

Link copied to clipboard

The Amazon DataZone user who updated the business glossary term.

Functions

Link copied to clipboard
inline fun copy(block: GlossaryTermItem.Builder.() -> Unit = {}): GlossaryTermItem
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