AWSConnectCreateHoursOfOperationResponse
Objective-C
@interface AWSConnectCreateHoursOfOperationResponse
Swift
class AWSConnectCreateHoursOfOperationResponse
-
The Amazon Resource Name (ARN) for the hours of operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable hoursOfOperationArn;Swift
var hoursOfOperationArn: String? { get set } -
The identifier for the hours of operation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable hoursOfOperationId;Swift
var hoursOfOperationId: String? { get set }
View on GitHub
Install in Dash
AWSConnectCreateHoursOfOperationResponse Class Reference