class Aws::StorageGateway::Types::ListTapePoolsInput

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

data as a hash:

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

@!attribute [rw] pool_arns

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.
@return [Array<String>]

@!attribute [rw] marker

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

@!attribute [rw] limit

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

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

Constants

SENSITIVE