EntitySummary

An object that contains information about an entity.

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 entity.

Link copied to clipboard

The date and time when the entity was created.

Link copied to clipboard

The description of the entity.

Link copied to clipboard

The ID of the entity.

Link copied to clipboard

The name of the entity.

Link copied to clipboard

An eventual Boolean value that specifies whether the entity has child entities or not.

Link copied to clipboard

The ID of the parent entity.

Link copied to clipboard

The current status of the entity.

Link copied to clipboard

The last date and time when the entity was updated.

Functions

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