Class DescribeVolumesResponse
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
Volumes
Gets and sets the property Volumes.
Returned after a successful DescribeVolumes
operation, describing each volume.
public List<Volume> Volumes { get; set; }