Document

data class Document(val value: <Error class: unknown class>) : FlowExecutionContent

The document content of the field, which can contain text or structured data.

Constructors

Link copied to clipboard
constructor(value: <Error class: unknown class>)

Properties

Link copied to clipboard
val value: <Error class: unknown class>

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
fun asDocument(): <Error class: unknown class>

Casts this FlowExecutionContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Throws an exception if the FlowExecutionContent is not a Document.

Link copied to clipboard
fun asDocumentOrNull(): <Error class: unknown class>?

Casts this FlowExecutionContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Returns null if the FlowExecutionContent is not a Document.