DocumentMetadata
public struct DocumentMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time when the document was created.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The ID of the creator.
Declaration
Swift
public let creatorId: String?
-
The ID of the document.
Declaration
Swift
public let id: String?
-
List of labels on the document.
Declaration
Swift
public let labels: [String]?
-
The latest version of the document.
Declaration
Swift
public let latestVersionMetadata: DocumentVersionMetadata?
-
The time when the document was updated.
Declaration
Swift
public let modifiedTimestamp: TimeStamp?
-
The ID of the parent folder.
Declaration
Swift
public let parentFolderId: String?
-
The resource state.
Declaration
Swift
public let resourceState: ResourceStateType?
-
init(createdTimestamp:creatorId:id:labels:latestVersionMetadata:modifiedTimestamp:parentFolderId:resourceState:)
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, creatorId: String? = nil, id: String? = nil, labels: [String]? = nil, latestVersionMetadata: DocumentVersionMetadata? = nil, modifiedTimestamp: TimeStamp? = nil, parentFolderId: String? = nil, resourceState: ResourceStateType? = nil)