Class: Aws::StorageGateway::Types::ListTapesOutput

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

Overview

A JSON object containing the following fields:

  • ListTapesOutput$Marker

  • ListTapesOutput$VolumeInfos

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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

Returns:

  • (String)


4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-storagegateway/types.rb', line 4672

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

#tape_infosArray<Types::TapeInfo>

An array of TapeInfo objects, where each object describes a single tape. If there are no tapes in the tape library or VTS, then the ‘TapeInfos` is an empty array.

Returns:



4672
4673
4674
4675
4676
4677
# File 'lib/aws-sdk-storagegateway/types.rb', line 4672

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