DescribeDocumentRequest
public struct DescribeDocumentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The document version for which you want information. Can be a specific version or the default version.
Declaration
Swift
public let documentVersion: String?
-
The name of the Systems Manager document.
Declaration
Swift
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.
Declaration
Swift
public let versionName: String?
-
Undocumented
Declaration
Swift
public init(documentVersion: String? = nil, name: String, versionName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws