Resets an attribute of an instance to its default value.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResetInstanceAttributeRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ResetInstanceAttributeRequest()()()() | Initializes a new instance of the ResetInstanceAttributeRequest class | 
|  | Attribute | 
            Name of the attribute to reset.
            Valid Values are "sourceDestCheck", "kernel" and "ramdisk".
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            ID of the instance on which the attribute will be reset.
             | 
|  | IsSetAttribute()()()() | 
            Checks if Attribute property is set
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttribute(String) | Obsolete. 
            Sets the name of the attribute to reset.
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the ID of the instance on which the attribute will be reset.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ResetInstanceAttributeRequest | |