Resets an attribute of an AMI to its default
value.
Note - The productCodes attribute cannot be reset.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ResetImageAttributeRequest
Public Class ResetImageAttributeRequest
public ref class ResetImageAttributeRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ResetImageAttributeRequest()()()() | Initializes a new instance of the ResetImageAttributeRequest class | |
| Attribute |
Gets and sets the Attribute property.
Specifies the attribute to reset
| |
| 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.) | |
| ImageId |
Gets and sets the ImageId property.
ID of the AMI on which the attribute will be
reset
| |
| IsSetAttribute()()()() |
Checks if Attribute property is set
| |
| IsSetImageId()()()() |
Checks if ImageId property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAttribute(String) |
Sets the Attribute property
| |
| WithImageId(String) |
Sets the ImageId property
|