Document

class Document

The content and content type of a document.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Contentfield type is Binary large object (blob). This object contains the document content converted into base64-encoded binary data. If you use one of the AWS SDKs, the SDK performs the Base64-encoding on this field before sending the request.

Link copied to clipboard

Describes the format of the document. You can specify one of the following:

Functions

Link copied to clipboard
inline fun copy(block: Document.Builder.() -> Unit = {}): Document
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String