Document

data class Document(val value: Document) : NodeExecutionContent

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

Constructors

Link copied to clipboard
constructor(value: Document)

Properties

Link copied to clipboard

Functions

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

Inherited functions

Link copied to clipboard

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

Link copied to clipboard

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