FileMetadata
public struct FileMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full path to the file to be added or updated, including the name of the file.
Declaration
Swift
public let absolutePath: String?
-
The blob ID that contains the file information.
Declaration
Swift
public let blobId: String?
-
The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.
Declaration
Swift
public let fileMode: FileModeTypeEnum?
-
Undocumented
Declaration
Swift
public init(absolutePath: String? = nil, blobId: String? = nil, fileMode: FileModeTypeEnum? = nil)