AWSConnectListUserProficienciesResponse
Objective-C
@interface AWSConnectListUserProficienciesResponse
Swift
class AWSConnectListUserProficienciesResponse
-
The region in which a user’s proficiencies were last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;
Swift
var lastModifiedRegion: String? { get set }
-
The last time that the user’s proficiencies are were modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;
Swift
var lastModifiedTime: Date? { get set }
-
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Information about the user proficiencies.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectUserProficiency *> *_Nullable userProficiencyList;
Swift
var userProficiencyList: [AWSConnectUserProficiency]? { get set }