Container for the parameters to the DescribeTapeArchives operation.
            
Returns a description of specified virtual tapes in the virtual tape shelf (VTS).
If a specific TapeARN is not specified, AWS Storage Gateway returns a description of all virtual tapes found in the VTS associated with your account.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTapeArchivesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeTapeArchivesRequest()()()() | Initializes a new instance of the DescribeTapeArchivesRequest 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.) | 
|  | Limit | 
            Specifies that the number of virtual tapes descried be limited to the specified number.
             
             Constraints: | 
|  | Marker | 
            An opaque string that indicates the position at which to begin describing virtual tapes.
             
             Constraints: | 
|  | TapeARNs | 
            Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithLimit(Int32) | Obsolete. 
            Sets the Limit property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithTapeARNs(array<String>[]()[][]) | Obsolete. 
            Adds elements to the TapeARNs collection
             | 
|  | WithTapeARNs(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the TapeARNs collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeTapeArchivesRequest | |