SymbolicLink
public struct SymbolicLink : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fully qualified path to the folder that contains the symbolic link.
Declaration
Swift
public let absolutePath: String?
-
The blob ID that contains the information about the symbolic link.
Declaration
Swift
public let blobId: String?
-
The file mode permissions of the blob that cotains information about the symbolic link.
Declaration
Swift
public let fileMode: FileModeTypeEnum?
-
The relative path of the symbolic link from the folder where the query originated.
Declaration
Swift
public let relativePath: String?
-
Undocumented
Declaration
Swift
public init(absolutePath: String? = nil, blobId: String? = nil, fileMode: FileModeTypeEnum? = nil, relativePath: String? = nil)