ListUsersRequest
public struct ListUsersRequest : AWSShape
extension Transfer.ListUsersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the number of users to return as a response to the ListUsers request.
Declaration
Swift
public let maxResults: Int?
-
When you can get additional results from the ListUsers call, a NextToken parameter is returned in the output. You can then pass in a subsequent command to the NextToken parameter to continue listing additional users.
Declaration
Swift
public let nextToken: String?
-
A system-assigned unique identifier for a file transfer protocol-enabled server that has users assigned to it.
Declaration
Swift
public let serverId: String
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, serverId: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> Transfer.ListUsersRequest