GetEventTypeResult

data class GetEventTypeResult(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val entityTypes: List<EventTypeEntityType>? = null, val eventVariables: List<EventTypeEventVariable>? = null, val labels: List<EventTypeLabel>? = null, val lastUpdatedTime: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, description: String? = null, entityTypes: List<EventTypeEntityType>? = null, eventVariables: List<EventTypeEventVariable>? = null, labels: List<EventTypeLabel>? = null, lastUpdatedTime: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the event type.

Link copied to clipboard
val createdTime: String? = null

The time when the event type was created.

Link copied to clipboard
val description: String? = null

The description of the event type.

Link copied to clipboard

The event type entity types.

Link copied to clipboard

The event type event variables.

Link copied to clipboard
val labels: List<EventTypeLabel>? = null

The event type labels.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the event type was last updated.

Link copied to clipboard
val tags: List<Tag>? = null

Tags associated with this event type.