Description Usage Arguments Value Request syntax Examples
View source: R/storagegateway_operations.R
Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape, and file gateway types.
The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.
1 | storagegateway_describe_cache(GatewayARN)
|
GatewayARN |
[required] |
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 |
1 2 3 | svc$describe_cache(
GatewayARN = "string"
)
|
1 2 3 4 5 6 7 | ## Not run:
# Returns information about the cache of a gateway.
svc$describe_cache(
GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.