Table of Contents

Class DescribeVolumesResponse

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

This is the response object from the DescribeVolumes operation.

public class DescribeVolumesResponse : AmazonWebServiceResponse
Inheritance
DescribeVolumesResponse

Constructors

DescribeVolumesResponse()

public DescribeVolumesResponse()

Properties

NextToken

Gets and sets the property NextToken.

public string NextToken { get; set; }

Property Value

string

Volumes

Gets and sets the property Volumes.

Returned after a successful DescribeVolumes operation, describing each volume.

public List<Volume> Volumes { get; set; }

Property Value

List<Volume>