DescribeFileSystemsResponse constructor
DescribeFileSystemsResponse({
- List<
FileSystem> ? fileSystems, - String? nextToken,
Implementation
DescribeFileSystemsResponse({
this.fileSystems,
this.nextToken,
});