| Did this page help you? Yes No Tell us about it... |
Resets permission settings for the specified snapshot.
| Name | Description | Required |
|---|---|---|
|
|
The ID of the snapshot. Type: String Default: None |
Yes |
|
|
Attribute to reset (currently only the attribute for permission to create volumes can be reset) Type: String Default: None Valid Value: |
Yes |
The elements in the following table are wrapped in a
ResetSnapshotAttributeResponse structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
Returns true if the request succeeds. Otherwise, returns an error. Type: xsd:boolean |
This example resets the permissions for snap-78a54011, making it a private snapshot that can only be used by the account that created it.
https://ec2.amazonaws.com/?Action=ResetSnapshotAttribute &SnapshotId=snap-78a54011 &Attribute=createVolumePermission &AUTHPARAMS
<ResetSnapshotAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2011-12-15/"> <requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId> <return>true</return> </ResetSnapshotAttributeResponse>