ListUsersResponse

public struct ListUsersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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 the users are assigned to.

    Declaration

    Swift

    public let serverId: String
  • Returns the user accounts and their properties for the ServerId value that you specify.

    Declaration

    Swift

    public let users: [ListedUser]
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, serverId: String, users: [ListedUser])