Resets permission settings for the specified snapshot
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ResetSnapshotAttributeRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | 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) | (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
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ResetSnapshotAttributeRequest | |