ListServersResponse

public struct ListServersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • When you can get additional results from the ListServers operation, a NextToken parameter is returned in the output. In a following command, you can pass in the NextToken parameter to continue listing additional file transfer protocol-enabled servers.

    Declaration

    Swift

    public let nextToken: String?
  • An array of file transfer protocol-enabled servers that were listed.

    Declaration

    Swift

    public let servers: [ListedServer]
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, servers: [ListedServer])