storagegateway_describe_tapes: Returns a description of the specified Amazon Resource Name...

View source: R/storagegateway_operations.R

storagegateway_describe_tapesR Documentation

Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes

Description

Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes associated with the specified gateway. This operation is only supported in the tape gateway type.

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

Usage

storagegateway_describe_tapes(
  GatewayARN,
  TapeARNs = NULL,
  Marker = NULL,
  Limit = NULL
)

Arguments

GatewayARN

[required]

TapeARNs

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.

Marker

A marker value, obtained in a previous call to describe_tapes. This marker indicates which page of results to retrieve.

If not specified, the first page of results is retrieved.

Limit

Specifies that the number of virtual tapes described be limited to the specified number.

Amazon Web Services may impose its own limit, if this field is not set.


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