EntityDetail

An object that contains metadata and details about the entity.

Types

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

Properties

Link copied to clipboard

An object that contains all the details of the entity.

Link copied to clipboard

The Amazon Resource Name (ARN) of the entity.

Link copied to clipboard

The ID of the entity, in the format of EntityId@RevisionId.

Link copied to clipboard

The entity type of the entity, in the format of EntityType@Version.

Link copied to clipboard

The last time the entity was modified.

Functions

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