AWS SDK for .NET Documentation
ResetInstanceAttributeRequest Class
AmazonAmazon.EC2.ModelResetInstanceAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Resets an attribute of an instance to its default value.
Declaration Syntax
C#
public class ResetInstanceAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
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.)
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
Object
EC2Request
 ResetInstanceAttributeRequest

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