ResetSnapshotAttribute From Amazon Elastic Compute Cloud: 2009-10-31 previous page next page ResetSnapshotAttributeDescriptionResets permission settings for the specified snapshot. Request ParametersNameDescriptionRequiredSnapshotId The ID of the snapshot. Type: String Default: None NoAttribute=createVolumePermission Resets the create volume permissions of the snapshot. Type: String Default: None YesResponse ElementsNameDescriptionResetSnapshotAttributeResponseTypeResetSnapshotAttributeResponseType element. Type: ResetSnapshotAttributeResponseType Ancestor: None Children: requestId, returnrequestId The ID of the request. Type: xsd:string Ancestor: ResetSnapshotAttributeResponseType Children: None return Specifies whether the snapshot permissions were reset. Type: xsd:boolean Ancestor: ResetSnapshotAttributeResponseType Children: None Examples Example Request 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.1=snap-78a54011&Attribute=createVolumePermission&AuthParams Example Response <ResetSnapshotAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2009-10-31/"> <return>true</return> </ResetSnapshotAttributeResponse> Related Operations ModifySnapshotAttribute DescribeSnapshotAttribute DescribeSnapshots CreateSnapshot previous page start next page