ec2_describe_import_image_tasks {paws.compute} | R Documentation |
Displays details about an import virtual machine or import snapshot tasks that are already created
Description
Displays details about an import virtual machine or import snapshot tasks that are already created.
See https://www.paws-r-sdk.com/docs/ec2_describe_import_image_tasks/ for full documentation.
Usage
ec2_describe_import_image_tasks(
DryRun = NULL,
Filters = NULL,
ImportTaskIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
DryRun |
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 tasks using the |
ImportTaskIds |
The IDs of the import image tasks. |
MaxResults |
The maximum number of results to return in a single call. |
NextToken |
A token that indicates the next page of results. |
[Package paws.compute version 0.7.0 Index]