FieldAttributes

sealed class FieldAttributes

Union of field attributes.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Text(val value: TextAttributes) : FieldAttributes

Field attributes for Text field type.

Functions

Link copied to clipboard

Casts this FieldAttributes as a Text and retrieves its aws.sdk.kotlin.services.connectcases.model.TextAttributes value. Throws an exception if the FieldAttributes is not a Text.

Link copied to clipboard

Casts this FieldAttributes as a Text and retrieves its aws.sdk.kotlin.services.connectcases.model.TextAttributes value. Returns null if the FieldAttributes is not a Text.