storagegateway_list_tape_pools: Lists custom tape pools

View source: R/storagegateway_operations.R

storagegateway_list_tape_poolsR Documentation

Lists custom tape pools

Description

Lists custom tape pools. You specify custom tape pools to list by specifying one or more custom tape pool Amazon Resource Names (ARNs). If you don't specify a custom tape pool ARN, the operation lists all custom tape pools.

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

Usage

storagegateway_list_tape_pools(PoolARNs = NULL, Marker = NULL, Limit = NULL)

Arguments

PoolARNs

The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don't specify a custom tape pool ARN, the response lists all custom tape pools.

Marker

A string that indicates the position at which to begin the returned list of tape pools.

Limit

An optional number limit for the tape pools in the list returned by this call.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.