Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system
Source:R/fsx_operations.R
fsx_describe_file_systems.RdReturns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system. Otherwise, it returns descriptions of all file systems 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_systems/ for full documentation.
Arguments
- FileSystemIds
IDs of the file systems whose descriptions you want to retrieve (String).
- MaxResults
Maximum number of file systems to return in the response (integer). This parameter value must be greater than 0. The number of items that Amazon FSx returns is the minimum of the
MaxResultsparameter specified in the request and the service's internal maximum number of items per page.- NextToken
Opaque pagination token returned from a previous
describe_file_systemsoperation (String). If a token present, the operation continues the list from where the returning call left off.