ModifySnapshotAttributeRequest Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
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

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ModifySnapshotAttributeRequest : AmazonWebServiceRequest
         IRequestEvents

The ModifySnapshotAttributeRequest type exposes the following members

Constructors

  Name Description
Public Method ModifySnapshotAttributeRequest()

Properties

  Name Description
Public Property Attribute The name of the attribute being modified. Available attribute names: createVolumePermission

Constraints:Allowed ValuesproductCodes, createVolumePermission

Public Property CreateVolumePermission
Public Property 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". Only valid when the createVolumePermission attribute is being modified.
Public Property OperationType The operation to perform on the attribute. Available operation names: add, remove
Public Property SnapshotId The ID of the EBS snapshot whose attributes are being modified.
Public Property 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". Only valid when the createVolumePermission attribute is being modified.

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