public sealed class AwsSourceDetails.Types.Tag : IMessage<AwsSourceDetails.Types.Tag>, IEquatable<AwsSourceDetails.Types.Tag>, IDeepCloneable<AwsSourceDetails.Types.Tag>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AwsSourceDetails.Types.Tag.
[[["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-06-12 UTC."],[[["The `AwsSourceDetails.Types.Tag` class represents an AWS tag within the VM Migration v1 API, serving as a data structure for tag information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use in message passing and data manipulation."],["The latest version of the API is 2.6.0, and the API also offers versioning with previous versions like 2.5.0, 2.4.0, all the way back to 1.0.0."],["The `Tag` class provides two properties, `Key` and `Value`, both of the type `string`, allowing to store the tag's key and value, respectively."],["The class offers two constructors: a default constructor (`Tag()`) and a constructor that accepts another `AwsSourceDetails.Types.Tag` object for cloning (`Tag(Tag)`)."]]],[]]