Method | Description | |
---|---|---|
ModifySnapshotAttributeRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System |
Instantiates ModifySnapshotAttributeRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetAttribute ( ) : bool | ||
IsSetCreateVolumePermission ( ) : bool | ||
IsSetGroupNames ( ) : bool | ||
IsSetOperationType ( ) : bool | ||
IsSetSnapshotId ( ) : bool | ||
IsSetUserIds ( ) : bool |
public ModifySnapshotAttributeRequest ( ) : System | ||
return | System |
public ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System | ||
snapshotId | string | The ID of the snapshot. |
attribute | SnapshotAttributeName | The snapshot attribute to modify. |
operationType | OperationType | The type of operation to perform to the attribute. |
return | System |