SourceFileSpecifier
public struct SourceFileSpecifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full path to the file, including the name of the file.
Declaration
Swift
public let filePath: String
-
Whether to remove the source file from the parent commit.
Declaration
Swift
public let isMove: Bool?
-
Undocumented
Declaration
Swift
public init(filePath: String, isMove: Bool? = nil)