Class CreateVolumeResponse
This is the response object from the CreateVolume operation.
public class CreateVolumeResponse : AmazonWebServiceResponse
- Inheritance
-
CreateVolumeResponse
Constructors
CreateVolumeResponse()
public CreateVolumeResponse()
Properties
Volume
Gets and sets the property Volume.
Returned after a successful CreateVolume
API operation, describing the volume
just created.
public Volume Volume { get; set; }