fsx_describe_file_systems: Returns the description of specific Amazon FSx file systems,...

View source: R/fsx_operations.R

fsx_describe_file_systemsR 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 MaxResults parameter 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_systems operation (String). If a token present, the operation continues the list from where the returning call left off.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.