![]() |
![]()
| ![]() |
![]()
NAMEPaws::CodeCommit::ConflictMetadata USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CodeCommit::ConflictMetadata object: $service_obj->Method(Att1 => { ContentConflict => $value, ..., ObjectTypes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodeCommit::ConflictMetadata object: $result = $service_obj->Method(...); $result->Att1->ContentConflict DESCRIPTIONInformation about the metadata for a conflict in a merge operation. ATTRIBUTESContentConflict => BoolA boolean value indicating whether there are conflicts in the content of a file. FileModeConflict => BoolA boolean value indicating whether there are conflicts in the file mode of a file. FileModes => Paws::CodeCommit::FileModesThe file modes of the file in the source, destination, and base of the merge. FilePath => StrThe path of the file that contains conflicts. FileSizes => Paws::CodeCommit::FileSizesThe file sizes of the file in the source, destination, and base of the merge. IsBinaryFile => Paws::CodeCommit::IsBinaryFileA boolean value (true or false) indicating whether the file is binary or textual in the source, destination, and base of the merge. MergeOperations => Paws::CodeCommit::MergeOperationsWhether an add, modify, or delete operation caused the conflict between the source and destination of the merge. NumberOfConflicts => IntThe number of conflicts, including both hunk conflicts and metadata conflicts. ObjectTypeConflict => BoolA boolean value (true or false) indicating whether there are conflicts between the branches in the object type of a file, folder, or submodule. ObjectTypes => Paws::CodeCommit::ObjectTypesInformation about any object type conflicts in a merge operation. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CodeCommit BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|