ConflictResolution
public struct ConflictResolution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Files to be deleted as part of the merge conflict resolution.
Declaration
Swift
public let deleteFiles: [DeleteFileEntry]? -
Files to have content replaced as part of the merge conflict resolution.
Declaration
Swift
public let replaceContents: [ReplaceContentEntry]? -
File modes that are set as part of the merge conflict resolution.
Declaration
Swift
public let setFileModes: [SetFileModeEntry]? -
Undocumented
Declaration
Swift
public init(deleteFiles: [DeleteFileEntry]? = nil, replaceContents: [ReplaceContentEntry]? = nil, setFileModes: [SetFileModeEntry]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConflictResolution Structure Reference