|  Note: | 
|---|
| You must specify at least one of the parameters. | 
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeVolumesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeVolumesRequest()()()() | Initializes a new instance of the DescribeVolumesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            Gets and sets the property InstanceId. 
             
            The instance ID. If you use this parameter,  | 
|  | RaidArrayId | 
            Gets and sets the property RaidArrayId. 
             
            The RAID array ID.  If you use this parameter,  | 
|  | StackId | 
            Gets and sets the property StackId. 
             A stack ID. The action describes the stack's registered Amazon EBS volumes. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeIds | 
            Gets and sets the property VolumeIds. 
             
            Am array of volume IDs. If you use this parameter,  | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the InstanceId property
             | 
|  | WithRaidArrayId(String) | Obsolete. 
            Sets the RaidArrayId property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
|  | WithVolumeIds(array<String>[]()[][]) | Obsolete. 
            Sets the VolumeIds property
             | 
|  | WithVolumeIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the VolumeIds property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeVolumesRequest | |
 Copy
Copy