Class: Aws::StorageGateway::Types::ListTapePoolsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.

Returns:

  • (String)


4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-storagegateway/types.rb', line 4556

class ListTapePoolsOutput < Struct.new(
  :pool_infos,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#pool_infosArray<Types::PoolInfo>

An array of ‘PoolInfo` objects, where each object describes a single custom tape pool. If there are no custom tape pools, the `PoolInfos` is an empty array.

Returns:



4556
4557
4558
4559
4560
4561
# File 'lib/aws-sdk-storagegateway/types.rb', line 4556

class ListTapePoolsOutput < Struct.new(
  :pool_infos,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end