DescribeFileSystemsResponse

public struct DescribeFileSystemsResponse : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let fileSystems: [FileSystemDescription]?
  • Present if provided by caller in the request (String).

    Declaration

    Swift

    public let marker: String?
  • Present if there are more file systems than returned in the response (String). You can use the NextMarker in the subsequent request to fetch the descriptions.

    Declaration

    Swift

    public let nextMarker: String?
  • Undocumented

    Declaration

    Swift

    public init(fileSystems: [FileSystemDescription]? = nil, marker: String? = nil, nextMarker: String? = nil)