AWSConnectHoursOfOperationSummary

Objective-C

@interface AWSConnectHoursOfOperationSummary

Swift

class AWSConnectHoursOfOperationSummary

Contains summary information about hours of operation for a contact center.

  • arn

    The Amazon Resource Name (ARN) of the hours of operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable arn;

    Swift

    var arn: String? { get set }
  • The identifier of the hours of operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • The name of the hours of operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }