Adds or remove permission settings for the specified snapshot

C# |
public class ModifySnapshotAttributeRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ModifySnapshotAttributeRequest()()()() | Initializes a new instance of the ModifySnapshotAttributeRequest class |
![]() | Attribute |
The attribute to modify.
Valid Values: createVolumePermission
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAttribute()()()() |
Checks if Attribute property is set
|
![]() | IsSetOperationType()()()() |
Checks if OperationType property is set
|
![]() | IsSetSnapshotId()()()() |
Checks if SnapshotId property is set
|
![]() | IsSetUserGroup()()()() |
Checks if UserGroup property is set
|
![]() | IsSetUserId()()()() |
Checks if UserId property is set
|
![]() | OperationType |
The operation to perform on the attribute.
Valid Values: add | remove
|
![]() | SnapshotId |
The ID of the snapshot.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UserGroup |
Group that is allowed to create volumes from the snapshot.
Valid values: "all".
|
![]() | UserId |
User ID of a user that can create volumes from the snapshot.
|
![]() | WithAttribute(String) | Obsolete.
Sets the attribute to modify.
|
![]() | WithOperationType(String) | Obsolete.
Sets the operation to perform on the attribute.
|
![]() | WithSnapshotId(String) | Obsolete.
Sets the ID of the snapshot.
|
![]() | WithUserGroup(array<String>[]()[][]) | Obsolete.
Sets the group that is allowed to create volumes from the snapshot.
|
![]() | WithUserId(array<String>[]()[][]) | Obsolete.
Sets the user ID of a user that can create volumes from the snapshot.
|

Object | ||
![]() | EC2Request | |
![]() | ModifySnapshotAttributeRequest |