fsx_describe_file_caches {paws.storage} | R Documentation |
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds value is provided for that cache
Description
Returns the description of a specific Amazon File Cache resource, if a FileCacheIds
value is provided for that cache. Otherwise, it returns descriptions of all caches owned by your Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.
See https://www.paws-r-sdk.com/docs/fsx_describe_file_caches/ for full documentation.
Usage
fsx_describe_file_caches(
FileCacheIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
FileCacheIds |
IDs of the caches whose descriptions you want to retrieve (String). |
MaxResults |
|
NextToken |
[Package paws.storage version 0.7.0 Index]