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

Class: Aws::StorageGateway::Types::ListTapePoolsInput

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

Overview

Note:

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

{
  pool_arns: ["PoolARN"],
  marker: "Marker",
  limit: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)

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

#markerString

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

Returns:

  • (String)

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

#pool_arnsArray<String>

The Amazon Resource Name (ARN) of each of the custom tape pools you want to list. If you don\'t specify a custom tape pool ARN, the response lists all custom tape pools.

Returns:

  • (Array<String>)

    The Amazon Resource Name (ARN) of each of the custom tape pools you want to list.