ListUserProfilesResult
public struct ListUserProfilesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Declaration
Swift
public let nextToken: String? -
All the user profiles configured in AWS CodeStar for an AWS account.
Declaration
Swift
public let userProfiles: [UserProfileSummary] -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, userProfiles: [UserProfileSummary])
View on GitHub
ListUserProfilesResult Structure Reference