Template Ssm Document Details Properties
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)