Container for the parameters to the ModifySnapshotAttribute operation.
Adds or remove permission settings for the specified snapshot.
Inheritance Hierarchy
System.Object
Amazon.Runtime.AmazonWebServiceRequest
Amazon.EC2.Model.ModifySnapshotAttributeRequest
Amazon.Runtime.AmazonWebServiceRequest
Amazon.EC2.Model.ModifySnapshotAttributeRequest
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ModifySnapshotAttributeRequest : AmazonWebServiceRequest IRequestEvents
The ModifySnapshotAttributeRequest type exposes the following members
Constructors
| Name | Description | |
|---|---|---|
|
ModifySnapshotAttributeRequest() |
Properties
| Name | Description | |
|---|---|---|
|
Attribute |
The name of the attribute being modified. Available attribute names: Constraints: |
|
CreateVolumePermission | |
|
GroupNames |
The AWS group names to add to or remove from the list of groups that have permission to create EBS volumes from the specified snapshot.
Currently supports "all". |
|
OperationType |
The operation to perform on the attribute. Available operation names: |
|
SnapshotId | The ID of the EBS snapshot whose attributes are being modified. |
|
UserIds |
The AWS user IDs to add to or remove from the list of users that have permission to create EBS volumes from the specified snapshot.
Currently supports "all". |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8