Class: Aws::StorageGateway::Types::ListTapePoolsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::ListTapePoolsOutput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
A string that indicates the position at which to begin the returned list of tape pools.
-
#pool_infos ⇒ Array<Types::PoolInfo>
An array of
PoolInfo
objects, where each object describes a single custom tape pool.
Instance Attribute Details
#marker ⇒ String
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.
4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4601 class ListTapePoolsOutput < Struct.new( :pool_infos, :marker) SENSITIVE = [] include Aws::Structure end |
#pool_infos ⇒ Array<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.
4601 4602 4603 4604 4605 4606 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4601 class ListTapePoolsOutput < Struct.new( :pool_infos, :marker) SENSITIVE = [] include Aws::Structure end |