class Aws::StorageGateway::Types::DescribeTapeArchivesInput

DescribeTapeArchivesInput

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

data as a hash:

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

@!attribute [rw] tape_arns

Specifies one or more unique Amazon Resource Names (ARNs) that
represent the virtual tapes you want to describe.
@return [Array<String>]

@!attribute [rw] marker

An opaque string that indicates the position at which to begin
describing virtual tapes.
@return [String]

@!attribute [rw] limit

Specifies that the number of virtual tapes described be limited to
the specified number.
@return [Integer]

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

Constants

SENSITIVE