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

ResetSnapshotAttributeRequest() public method

Instantiates ResetSnapshotAttributeRequest with the parameterized properties
public ResetSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
return System
        public ResetSnapshotAttributeRequest(string snapshotId, SnapshotAttributeName attribute)
        {
            _snapshotId = snapshotId;
            _attribute = attribute;
        }

Same methods

ResetSnapshotAttributeRequest::ResetSnapshotAttributeRequest ( ) : System