You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::StorageGateway::Types::DescribeTapesInputWhen passing DescribeTapesInput as input to an Aws::Client method, you can use a vanilla Hash:
{
gateway_arn: "GatewayARN", tape_arns: ["TapeARN"],
marker: "Marker",
limit: 1,
}
DescribeTapesInput
Instance Attribute Summary collapseThe Amazon Resource Name (ARN) of the gateway.
Specifies that the number of virtual tapes described be limited to the specified number.
A marker value, obtained in a previous call to DescribeTapes
.
Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe.
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
#limit ⇒ IntegerSpecifies that the number of virtual tapes described be limited to the specified number.
Amazon Web Services may impose its own limit, if this field is not set.
#marker ⇒ StringA 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.
#tape_arns ⇒ Array<String>Specifies one or more unique Amazon Resource Names (ARNs) that represent the virtual tapes you want to describe. If this parameter is not specified, Tape gateway returns a description of all virtual tapes associated with the specified gateway.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4