SetFileModeEntry
public struct SetFileModeEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The file mode for the file.
Declaration
Swift
public let fileMode: FileModeTypeEnum
-
The full path to the file, including the name of the file.
Declaration
Swift
public let filePath: String
-
Undocumented
Declaration
Swift
public init(fileMode: FileModeTypeEnum, filePath: String)