paws.storage (version 0.1.0)

storagegateway_describe_cache: Returns information about the cache of a gateway

Description

Returns information about the cache of a gateway. This operation is only supported in the cached volume, tape and file gateway types.

Usage

storagegateway_describe_cache(GatewayARN)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_cache(
  GatewayARN = "string"
)

Details

The response includes disk IDs that are configured as cache, and it includes the amount of cache allocated and used.

Examples

Run this code
# NOT RUN {
# Returns information about the cache of a gateway.
# }
# NOT RUN {
svc$describe_cache(
  GatewayARN = "arn:aws:storagegateway:us-east-1:111122223333:gateway/sgw-12A3456B"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab