Class: Aws::StorageGateway::Types::DescribeTapeArchivesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeTapeArchivesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
DescribeTapeArchivesOutput
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended.
-
#tape_archives ⇒ Array<Types::TapeArchive>
An array of virtual tape objects in the virtual tape shelf (VTS).
Instance Attribute Details
#marker ⇒ String
An opaque string that indicates the position at which the virtual tapes that were fetched for description ended. Use this marker in your next request to fetch the next set of virtual tapes in the virtual tape shelf (VTS). If there are no more virtual tapes to describe, this field does not appear in the response.
3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3488 class DescribeTapeArchivesOutput < Struct.new( :tape_archives, :marker) SENSITIVE = [] include Aws::Structure end |
#tape_archives ⇒ Array<Types::TapeArchive>
An array of virtual tape objects in the virtual tape shelf (VTS). The description includes of the Amazon Resource Name (ARN) of the virtual tapes. The information returned includes the Amazon Resource Names (ARNs) of the tapes, size of the tapes, status of the tapes, progress of the description, and tape barcode.
3488 3489 3490 3491 3492 3493 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3488 class DescribeTapeArchivesOutput < Struct.new( :tape_archives, :marker) SENSITIVE = [] include Aws::Structure end |