DescribeTapeArchivesOutput
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTapeArchivesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeTapeArchivesResult()()()() | Initializes a new instance of the DescribeTapeArchivesResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            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.
             
             Constraints: | 
|  | TapeArchives | 
            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.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithTapeArchives(array<TapeArchive>[]()[][]) | Obsolete. 
            Adds elements to the TapeArchives collection
             | 
|  | WithTapeArchives(IEnumerable<(Of <<'(TapeArchive>)>>)) | Obsolete. 
            Adds elements to the TapeArchives collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeTapeArchivesResult |