EntityDescription

Describes the properties of an entity.

Types

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

Properties

Link copied to clipboard
val arn: String?

The entity ARN.

Link copied to clipboard

The time at which the entity was created.

Link copied to clipboard

The definition document of the entity.

Link copied to clipboard
val id: String?

The entity ID.

Link copied to clipboard

The entity type.

Functions

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