Class: Aws::StorageGateway::Types::DescribeTapesOutput

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

Overview

DescribeTapesOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An opaque string that can be used as part of a subsequent ‘DescribeTapes` call to retrieve the next page of results.

If a response does not contain a marker, then there are no more results to be retrieved.

Returns:

  • (String)


3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-storagegateway/types.rb', line 3471

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

#tapesArray<Types::Tape>

An array of virtual tape descriptions.

Returns:



3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-storagegateway/types.rb', line 3471

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