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

Class: Aws::StorageGateway::Types::DescribeTapeArchivesInput

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

Overview

Note:

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

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

DescribeTapeArchivesInput

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)

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

#markerString

An opaque string that indicates the position at which to begin describing virtual tapes.

Returns:

  • (String)

    An opaque string that indicates the position at which to begin describing virtual tapes.

#tape_arnsArray<String>

Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.

Returns:

  • (Array<String>)

    Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.