class Aws::EFS::Types::DescribeFileSystemsRequest

@note When making an API call, you may pass DescribeFileSystemsRequest

data as a hash:

    {
      max_items: 1,
      marker: "Marker",
      creation_token: "CreationToken",
      file_system_id: "FileSystemId",
    }

@!attribute [rw] max_items

(Optional) Specifies the maximum number of file systems to return in
the response (integer). This number is automatically set to 100. The
response is paginated at 100 per page if you have more than 100 file
systems.
@return [Integer]

@!attribute [rw] marker

(Optional) Opaque pagination token returned from a previous
`DescribeFileSystems` operation (String). If present, specifies to
continue the list from where the returning call had left off.
@return [String]

@!attribute [rw] creation_token

(Optional) Restricts the list to the file system with this creation
token (String). You specify a creation token when you create an
Amazon EFS file system.
@return [String]

@!attribute [rw] file_system_id

(Optional) ID of the file system whose description you want to
retrieve (String).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/DescribeFileSystemsRequest AWS API Documentation

Constants

SENSITIVE