TimelineEvent

A significant event that happened during the incident.

Types

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

Properties

Link copied to clipboard

A short description of the event.

Link copied to clipboard

The ID of the timeline event.

Link copied to clipboard

A list of references in a TimelineEvent.

Link copied to clipboard

The timestamp for when the event occurred.

Link copied to clipboard

The type of event that occurred. Currently Incident Manager supports only the Custom Event and Note types.

Link copied to clipboard

The timestamp for when the timeline event was last updated.

Link copied to clipboard

The Amazon Resource Name (ARN) of the incident that the event occurred during.

Functions

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