EventDetails

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetails operation.

Types

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

Properties

Link copied to clipboard
val event: Event?

Summary information about the event.

Link copied to clipboard

The most recent description of the event.

Link copied to clipboard

Additional metadata about the event.

Functions

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