public sealed class ImportMappingRulesRequest.Types.RulesFile : IMessage<ImportMappingRulesRequest.Types.RulesFile>, IEquatable<ImportMappingRulesRequest.Types.RulesFile>, IDeepCloneable<ImportMappingRulesRequest.Types.RulesFile>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class ImportMappingRulesRequest.Types.RulesFile.
Required. The filename of the rules that needs to be converted. The
filename is used mainly so that future logs of the import rules job
contain it, and can therefore be searched by it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides reference documentation for the `ImportMappingRulesRequest.Types.RulesFile` class within the Database Migration v1 API."],["The `RulesFile` class represents a single rules file and is used to import mapping rules in the Database Migration Service."],["The content lists different versions of the API, from 1.0.0 to the latest, 2.5.0, and it details each version of the rules file."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling comprehensive functionality."],["The class has two required properties, `RulesContent`, which is the text of the file to convert, and `RulesSourceFilename`, which is the name of the file, used for logs."]]],[]]