AWSConnectListQuickConnectsResponse

Objective-C

@interface AWSConnectListQuickConnectsResponse

Swift

class AWSConnectListQuickConnectsResponse
  • 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 quick connects.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectQuickConnectSummary *> *_Nullable quickConnectSummaryList;

    Swift

    var quickConnectSummaryList: [AWSConnectQuickConnectSummary]? { get set }