ec2_describe_import_snapshot_tasks: Describes your import snapshot tasks

View source: R/ec2_operations.R

ec2_describe_import_snapshot_tasksR Documentation

Describes your import snapshot tasks

Description

Describes your import snapshot tasks.

See https://www.paws-r-sdk.com/docs/ec2_describe_import_snapshot_tasks/ for full documentation.

Usage

ec2_describe_import_snapshot_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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

Filters

The filters.

ImportTaskIds

A list of import snapshot task IDs.

MaxResults

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

A token that indicates the next page of results.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.