You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::ListTapesInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTapesInput as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)

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

#markerString

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

Returns:

  • (String)

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

#tape_arnsArray<String>

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.

Returns:

  • (Array<String>)

    The Amazon Resource Name (ARN) of each of the tapes you want to list.