Get Hours Of Operation Result
data class GetHoursOfOperationResult(val config: List<HoursOfOperationConfig>? = null, val description: String? = null, val hoursOfOperationArn: String? = null, val hoursOfOperationOverrides: List<HoursOfOperationOverride>? = null, val instanceArn: String? = null, val name: String? = null, val tags: List<Tag>? = null, val timeZone: String? = null)
Properties
Link copied to clipboard
Configuration information for the hours of operation: day, start time, and end time.
Link copied to clipboard
The description of the hours of operation.
Link copied to clipboard
The Amazon Resource Name (ARN) for the hours of operation.
Link copied to clipboard
One or more hours of operation overrides assigned to an hour of operation.
Link copied to clipboard
The identifier of the Amazon Connect instance.