AWS SDK for .NET Documentation
ModifySnapshotAttributeRequest Class
AmazonAmazon.EC2.ModelModifySnapshotAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Adds or remove permission settings for the specified snapshot
Declaration Syntax
C#
public class ModifySnapshotAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifySnapshotAttributeRequest()()()()
Initializes a new instance of the ModifySnapshotAttributeRequest class

Attribute
The attribute to modify. Valid Values: createVolumePermission

Equals(Object)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
EC2Request
 ModifySnapshotAttributeRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)