Class: Aws::StorageGateway::Types::DescribeTapesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeTapesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeTapesOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An opaque string that can be used as part of a subsequent ‘DescribeTapes` call to retrieve the next page of results.
-
#tapes ⇒ Array<Types::Tape>
An array of virtual tape descriptions.
Instance Attribute Details
#marker ⇒ String
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.
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 |
#tapes ⇒ Array<Types::Tape>
An array of virtual tape descriptions.
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 |