class Aws::StorageGateway::Types::ListTapesInput

A JSON object that contains one or more of the following fields:

@note When making an API call, you may pass ListTapesInput

data as a hash:

    {
      tape_arns: ["TapeARN"],
      marker: "Marker",
      limit: 1,
    }

@!attribute [rw] tape_arns

The Amazon Resource Name (ARN) of each of the tapes you want to
list. If you don't specify a tape ARN, the response lists all tapes
in both your VTL and VTS.
@return [Array<String>]

@!attribute [rw] marker

A string that indicates the position at which to begin the returned
list of tapes.
@return [String]

@!attribute [rw] limit

An optional number limit for the tapes in the list returned by this
call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/ListTapesInput AWS API Documentation

Constants

SENSITIVE