View source: R/fsx_operations.R
fsx_describe_file_systems | R Documentation |
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.
fsx_describe_file_systems(
FileSystemIds = NULL,
MaxResults = NULL,
NextToken = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.