- Navigation Guide
@aws-sdk/client-ec2
DescribeVolumesCommandInput Interface
Members
Name | Type | Details |
---|---|---|
DryRun | boolean | undefined | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is |
Filters | Filter[] | undefined | The filters.
|
MaxResults | number | undefined | The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination . |
NextToken | string | undefined | The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request. |
VolumeIds | string[] | undefined | The volume IDs. If not specified, then all volumes are included in the response. |
Full Signature
export interface DescribeVolumesCommandInput extends DescribeVolumesRequest