ListUsersResponse
public struct ListUsersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token used for the ListUsers and ListGroups APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.
Declaration
Swift
public let nextToken: String?
-
A list of User objects in the identity store.
Declaration
Swift
public let users: [User]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, users: [User])