RelatedItemsUpdate

sealed class RelatedItemsUpdate

Details about the related item you're adding.

Inheritors

Types

Link copied to clipboard
data class ItemToAdd(val value: RelatedItem) : RelatedItemsUpdate

Details about the related item you're adding.

Link copied to clipboard

Details about the related item you're deleting.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this RelatedItemsUpdate as a ItemToAdd and retrieves its aws.sdk.kotlin.services.ssmincidents.model.RelatedItem value. Throws an exception if the RelatedItemsUpdate is not a ItemToAdd.

Link copied to clipboard
Link copied to clipboard