SdkUnknown

Inherited functions

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

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

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

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