ListUsersResponse
public struct ListUsersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
List of users and user details.
Declaration
Swift
public let users: [User]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, users: [User]? = nil)