TemplateSsmDocumentDetailsProperties

data class TemplateSsmDocumentDetailsProperties(val documentName: String? = null, val documentVersion: String? = null)

The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.

Constructors

Link copied to clipboard
fun TemplateSsmDocumentDetailsProperties(documentName: String? = null, documentVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val documentName: String? = null
Link copied to clipboard
val documentVersion: String? = null