EventSummary

Details about a timeline event during an incident.

Types

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

Properties

Link copied to clipboard

The timeline event ID.

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. The timeline event must be Custom Event or Note.

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 happened during.

Functions

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