DescribeDocumentRequest
public struct DescribeDocumentRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The document version for which you want information. Can be a specific version or the default version. DeclarationSwift public let documentVersion: String?
- 
                  
                  The name of the Systems Manager document. DeclarationSwift public let name: String
- 
                  
                  An optional field specifying the version of the artifact associated with the document. For example, “Release 12, Update 6”. This value is unique across all versions of a document, and cannot be changed. DeclarationSwift public let versionName: String?
- 
                  
                  Undocumented DeclarationSwift public init(documentVersion: String? = nil, name: String, versionName: String? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub DescribeDocumentRequest Structure Reference
        DescribeDocumentRequest Structure Reference