public sealed class DeleteInstanceRequest : IMessage<DeleteInstanceRequest>, IEquatable<DeleteInstanceRequest>, IDeepCloneable<DeleteInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Notebooks v2 API class DeleteInstanceRequest.
[[["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-03-21 UTC."],[[["This documentation is for the `DeleteInstanceRequest` class within the Notebooks v2 API, specifically version 1.0.0."],["`DeleteInstanceRequest` is used to request the deletion of a notebook instance and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `InstanceName`, `Name`, and `RequestId` which allows users to modify and access the name of the instance being deleted, as well as an optional request ID."],["The `DeleteInstanceRequest` class has two constructors, one default constructor and another that takes an existing `DeleteInstanceRequest` object as an argument."]]],[]]