Container for the parameters to the DescribeTapes operation.
            
Returns a description of the specified Amazon Resource Name (ARN) of virtual tapes. If a TapeARN is not specified, returns a description of all virtual tapes associated with the specified gateway.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeTapesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
|  | DescribeTapesRequest()()()() | Initializes a new instance of the DescribeTapesRequest class | ||
|  | Equals(Object) | (Inherited from Object.) | ||
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | ||
|  | 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 described be limited to the specified number.  
 Constraints: | ||
|  | Marker | 
            A marker value, obtained in a previous call to DescribeTapes. This marker indicates which page of results to retrieve. If not
            specified, the first page of results is retrieved.
             
             Constraints: | ||
|  | TapeARNs | 
            Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not
            specified, AWS Storage Gateway returns a description of all virtual tapes associated with the specified gateway.
             
             | ||
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | ||
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | ||
|  | 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 | |
|  | DescribeTapesRequest | |
 Note:
 Note: