Detaches a network interface from an instance.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DetachNetworkInterfaceRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DetachNetworkInterfaceRequest()()()() | Initializes a new instance of the DetachNetworkInterfaceRequest class | 
|  | AttachmentId | 
            The ID of the attachment to detach.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Force | 
            Whether to force the detachment
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetAttachmentId()()()() | 
            Checks if the AttachmentId property is set
             | 
|  | IsSetForce()()()() | 
            Checks if the Force property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttachmentId(String) | Obsolete. 
            Sets the ID of the attachment to detach
             | 
|  | WithForce(Boolean) | Obsolete. 
            Sets whether to force the detachment
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DetachNetworkInterfaceRequest | |