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)


3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-storagegateway/types.rb', line 3614

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

#tapesArray<Types::Tape>

An array of virtual tape descriptions.

Returns:



3614
3615
3616
3617
3618
3619
# File 'lib/aws-sdk-storagegateway/types.rb', line 3614

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