OperationUnion

sealed class OperationUnion

A union type representing the operation to perform on a construct during a mapping update.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Update(val value: UpdateOperation) : OperationUnion

An update operation to modify construct properties.

Functions

Link copied to clipboard

Casts this OperationUnion as a Update and retrieves its aws.sdk.kotlin.services.mgn.model.UpdateOperation value. Throws an exception if the OperationUnion is not a Update.

Link copied to clipboard

Casts this OperationUnion as a Update and retrieves its aws.sdk.kotlin.services.mgn.model.UpdateOperation value. Returns null if the OperationUnion is not a Update.