| Did this page help you? Yes No Tell us about it... |
Returns information about an attribute of a snapshot. You can get information about only one attribute per call. Currently the only attribute you can get describes who has permission to create a volume from the snapshot.
| Name | Description | Required |
|---|---|---|
|
|
The ID of the Amazon EBS snapshot. Type: String Default: None |
Yes |
|
|
The attribute to get. Type: String Default: None Valid Value: |
Yes |
The elements in the following table are wrapped in a
DescribeSnapshotAttributeResponse structure.
| Name | Description |
|---|---|
|
|
The ID of the request. Type: xsd:string |
|
|
The ID of the Amazon EBS snapshot. Type: xsd:string |
|
|
List of permissions for creating volumes from the snapshot.
Each permission is wrapped in an |
This example describes permissions for the snap-78a54011 snapshot.
https://ec2.amazonaws.com/?Action=DescribeSnapshotAttribute &SnapshotId=snap-78a54011 &Attribute=createVolumePermission &AUTHPARAMS
<DescribeSnapshotAttributeResponse xmlns="http://ec2.amazonaws.com/doc/2011-12-15/">
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<snapshotId>snap-78a54011</snapshotId>
<createVolumePermission>
<item>
<group>all</group>
</item>
</createVolumePermission>
</DescribeSnapshotAttributeResponse>