GetDocumentVersionResponse
public struct GetDocumentVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The custom metadata on the document version.
Declaration
Swift
public let customMetadata: [String : String]?
-
The version metadata.
Declaration
Swift
public let metadata: DocumentVersionMetadata?
-
Undocumented
Declaration
Swift
public init(customMetadata: [String : String]? = nil, metadata: DocumentVersionMetadata? = nil)