ResetSnapshotAttribute#

Description#

Resets permission settings for the specified snapshot.

Request Parameters#

  • Attribute — The attribute of the snapshot.

    • Required: Yes

    • Type: String

    • Valid values: createVolumePermission

  • snapshotId — The ID of the snapshot.

    • Required: Yes

    • Type: String

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds and an error otherwise.

    • Type: Boolean

Examples#

c2-ec2 ResetSnapshotAttribute SnapshotId <snap_id> Attribute createVolumePermission