Table of Contents

Class UpdateVolumeResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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; }

Property Value

Volume