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