fsx_describe_file_systems {paws.storage} | R Documentation |
Returns the description of specific Amazon FSx file systems, if a FileSystemIds value is provided for that file system
Description
Returns 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.
Usage
fsx_describe_file_systems(
FileSystemIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
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 |
NextToken |
Opaque pagination token returned from a previous
|