AWS SDK for .NET Documentation
ResetImageAttributeRequest Class
AmazonAmazon.EC2.ModelResetImageAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Resets an attribute of an AMI to its default value. Note - The productCodes attribute cannot be reset.
Declaration Syntax
C#
public class ResetImageAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ResetImageAttributeRequest()()()()
Initializes a new instance of the ResetImageAttributeRequest class

Attribute
The attribute to reset

Equals(Object)
Determines whether the specified Object is equal to the current 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
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()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttribute(String) Obsolete.
Sets the attribute to reset

WithImageId(String) Obsolete.
Sets the ID of the AMI on which the attribute will be reset

Inheritance Hierarchy
Object
EC2Request
 ResetImageAttributeRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)