AWSConnectListRoutingProfilesResponse

Objective-C

@interface AWSConnectListRoutingProfilesResponse

Swift

class AWSConnectListRoutingProfilesResponse
  • 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 routing profiles.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectRoutingProfileSummary *> *_Nullable routingProfileSummaryList;

    Swift

    var routingProfileSummaryList: [AWSConnectRoutingProfileSummary]? { get set }