GetDocumentPlainArgs

data class GetDocumentPlainArgs(val documentFormat: String? = null, val documentVersion: String? = null, val name: String) : ConvertibleToJava<GetDocumentPlainArgs>

A collection of arguments for invoking getDocument.

Constructors

Link copied to clipboard
constructor(documentFormat: String? = null, documentVersion: String? = null, name: String)

Properties

Link copied to clipboard
val documentFormat: String? = null

Returns the document in the specified format. The document format can be either JSON, YAML and TEXT. JSON is the default format.

Link copied to clipboard
val documentVersion: String? = null

Document version for which you want information.

Link copied to clipboard

Name of the Systems Manager document.

Functions

Link copied to clipboard
open override fun toJava(): GetDocumentPlainArgs