DocumentRequires

data class DocumentRequires(val name: String? = null, val version: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the required SSM document. The name can be an Amazon Resource Name (ARN).

Link copied to clipboard
val version: String? = null

The document version required by the current document.