Get Effective Hours Of Operations
connect_get_effective_hours_of_operations | R Documentation |
Get the hours of operations with the effective override applied¶
Description¶
Get the hours of operations with the effective override applied.
Usage¶
Arguments¶
InstanceId
[required] The identifier of the Amazon Connect instance.
HoursOfOperationId
[required] The identifier for the hours of operation.
FromDate
[required] The Date from when the hours of operation are listed.
ToDate
[required] The Date until when the hours of operation are listed.
Value¶
A list with the following syntax:
list(
EffectiveHoursOfOperationList = list(
list(
Date = "string",
OperationalHours = list(
list(
Start = list(
Hours = 123,
Minutes = 123
),
End = list(
Hours = 123,
Minutes = 123
)
)
)
)
),
TimeZone = "string"
)