AWS SDK for .NET Documentation
ResetSnapshotAttributeRequest Class
AmazonAmazon.EC2.ModelResetSnapshotAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Resets permission settings for the specified snapshot
Declaration Syntax
C#
public class ResetSnapshotAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Attribute
The attribute to reset. Currently only the attribute for permission to create volumes can be 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.)
IsSetAttribute()()()()
Checks if Attribute property is set

IsSetSnapshotId()()()()
Checks if SnapshotId property is set

SnapshotId
The ID of the snapshot.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAttribute(String) Obsolete.
Sets the attribute to reset.

WithSnapshotId(String) Obsolete.
Sets the ID of the snapshot.

Inheritance Hierarchy
Object
EC2Request
 ResetSnapshotAttributeRequest

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