Amazon.EC2.Model.ModifySnapshotAttributeRequest.ModifySnapshotAttributeRequest C# (CSharp) Method

ModifySnapshotAttributeRequest() public method

Instantiates ModifySnapshotAttributeRequest with the parameterized properties
public ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The snapshot attribute to modify. Only volume creation permissions may be modified at the customer level.
operationType OperationType The type of operation to perform to the attribute.
return System
        public ModifySnapshotAttributeRequest(string snapshotId, SnapshotAttributeName attribute, OperationType operationType)
        {
            _snapshotId = snapshotId;
            _attribute = attribute;
            _operationType = operationType;
        }

Same methods

ModifySnapshotAttributeRequest::ModifySnapshotAttributeRequest ( ) : System