ListUserProfilesResponse
public struct ListUserProfilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
Declaration
Swift
public let nextToken: String? -
The list of user profiles.
Declaration
Swift
public let userProfiles: [UserProfileDetails]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, userProfiles: [UserProfileDetails]? = nil)
View on GitHub
ListUserProfilesResponse Structure Reference