AWSConnectListHoursOfOperationsResponse

Objective-C

@interface AWSConnectListHoursOfOperationsResponse

Swift

class AWSConnectListHoursOfOperationsResponse
  • Information about the hours of operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectHoursOfOperationSummary *> *_Nullable hoursOfOperationSummaryList;

    Swift

    var hoursOfOperationSummaryList: [AWSConnectHoursOfOperationSummary]? { 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 }