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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4732

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:



4732
4733
4734
4735
4736
4737
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4732

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