DescribeFileSystemsResponse

public struct DescribeFileSystemsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of file system descriptions.

    Declaration

    Swift

    public let fileSystems: [FileSystem]?
  • Present if there are more file systems than returned in the response (String). You can use the NextToken value in the later request to fetch the descriptions.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(fileSystems: [FileSystem]? = nil, nextToken: String? = nil)