AWSConnectListUsersResponse

Objective-C

@interface AWSConnectListUsersResponse

Swift

class AWSConnectListUsersResponse
  • 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 users.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectUserSummary *> *_Nullable userSummaryList;

    Swift

    var userSummaryList: [AWSConnectUserSummary]? { get set }