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

CreateSnapshotRequest() public method

Instantiates CreateSnapshotRequest with the parameterized properties
public CreateSnapshotRequest ( string volumeId, string description ) : System
volumeId string The ID of the EBS volume.
description string A description for the snapshot.
return System
        public CreateSnapshotRequest(string volumeId, string description)
        {
            _volumeId = volumeId;
            _description = description;
        }

Same methods

CreateSnapshotRequest::CreateSnapshotRequest ( ) : System