FolderMetadata
public struct FolderMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time when the folder was created.
Declaration
Swift
public let createdTimestamp: TimeStamp? -
The ID of the creator.
Declaration
Swift
public let creatorId: String? -
The ID of the folder.
Declaration
Swift
public let id: String? -
List of labels on the folder.
Declaration
Swift
public let labels: [String]? -
The size of the latest version of the folder metadata.
Declaration
Swift
public let latestVersionSize: Int64? -
The time when the folder was updated.
Declaration
Swift
public let modifiedTimestamp: TimeStamp? -
The name of the folder.
Declaration
Swift
public let name: String? -
The ID of the parent folder.
Declaration
Swift
public let parentFolderId: String? -
The resource state of the folder.
Declaration
Swift
public let resourceState: ResourceStateType? -
The unique identifier created from the subfolders and documents of the folder.
Declaration
Swift
public let signature: String? -
The size of the folder metadata.
Declaration
Swift
public let size: Int64? -
init(createdTimestamp:creatorId:id:labels:latestVersionSize:modifiedTimestamp:name:parentFolderId:resourceState:signature:size:)Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, creatorId: String? = nil, id: String? = nil, labels: [String]? = nil, latestVersionSize: Int64? = nil, modifiedTimestamp: TimeStamp? = nil, name: String? = nil, parentFolderId: String? = nil, resourceState: ResourceStateType? = nil, signature: String? = nil, size: Int64? = nil)
View on GitHub
FolderMetadata Structure Reference