DocumentVersionMetadata
public struct DocumentVersionMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp when the content of the document was originally created.
Declaration
Swift
public let contentCreatedTimestamp: TimeStamp?
-
The timestamp when the content of the document was modified.
Declaration
Swift
public let contentModifiedTimestamp: TimeStamp?
-
The content type of the document.
Declaration
Swift
public let contentType: String?
-
The timestamp when the document was first uploaded.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The ID of the creator.
Declaration
Swift
public let creatorId: String?
-
The ID of the version.
Declaration
Swift
public let id: String?
-
The timestamp when the document was last uploaded.
Declaration
Swift
public let modifiedTimestamp: TimeStamp?
-
The name of the version.
Declaration
Swift
public let name: String?
-
The signature of the document.
Declaration
Swift
public let signature: String?
-
The size of the document, in bytes.
Declaration
Swift
public let size: Int64?
-
The source of the document.
Declaration
Swift
public let source: [DocumentSourceType : String]?
-
The status of the document.
Declaration
Swift
public let status: DocumentStatusType?
-
The thumbnail of the document.
Declaration
Swift
public let thumbnail: [DocumentThumbnailType : String]?
-
init(contentCreatedTimestamp:contentModifiedTimestamp:contentType:createdTimestamp:creatorId:id:modifiedTimestamp:name:signature:size:source:status:thumbnail:)
Undocumented
Declaration
Swift
public init(contentCreatedTimestamp: TimeStamp? = nil, contentModifiedTimestamp: TimeStamp? = nil, contentType: String? = nil, createdTimestamp: TimeStamp? = nil, creatorId: String? = nil, id: String? = nil, modifiedTimestamp: TimeStamp? = nil, name: String? = nil, signature: String? = nil, size: Int64? = nil, source: [DocumentSourceType : String]? = nil, status: DocumentStatusType? = nil, thumbnail: [DocumentThumbnailType : String]? = nil)