Table of Contents

Class CreateVolumeResponse

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

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

Property Value

Volume