View source: R/storagegateway_operations.R
storagegateway_list_tape_pools | R Documentation |
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.
storagegateway_list_tape_pools(PoolARNs = NULL, Marker = NULL, Limit = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.