ListUsersResponse
public struct ListUsersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If there are additional results, this is the token for the next set of results.
Declaration
Swift
public let nextToken: String? -
Information about the users.
Declaration
Swift
public let userSummaryList: [UserSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, userSummaryList: [UserSummary]? = nil)
View on GitHub
ListUsersResponse Structure Reference