Class UpdateVolumeResponse
This is the response object from the UpdateVolume operation.
public class UpdateVolumeResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateVolumeResponse
Constructors
UpdateVolumeResponse()
public UpdateVolumeResponse()
Properties
Volume
Gets and sets the property Volume.
A description of the volume just updated. Returned after a successful UpdateVolume
API operation.
public Volume Volume { get; set; }