Model

class Model

The model.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the model.

Link copied to clipboard

Timestamp of when the model was created.

Link copied to clipboard

The model description.

Link copied to clipboard

The name of the event type.

Link copied to clipboard

Timestamp of last time the model was updated.

Link copied to clipboard

The model ID.

Link copied to clipboard

The model type.

Functions

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