Describes the specified Amazon EBS volumes that you own.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeVolumesRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeVolumesRequest()()()() | Initializes a new instance of the DescribeVolumesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            One or more filters.  
 | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetVolumeId()()()() | 
            Checks if VolumeId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            One or more volume IDs.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated 
            with the specified Volumes.
             | 
|  | WithVolumeId(array<String>[]()[][]) | Obsolete. 
            Sets volume IDs.
             | 
 Remarks
 Remarks
            If you do not specify one or more volume IDs, Amazon EBS
            describes all volumes that you own.
            For more information about Amazon EBS, go to the Amazon
            Elastic Compute Cloud Developer Guide.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeVolumesRequest | |