GetHoursOfOperationResult

data class GetHoursOfOperationResult(val config: List<HoursOfOperationConfig>? = null, val description: String? = null, val hoursOfOperationArn: String? = null, val instanceArn: String? = null, val name: String? = null, val tags: List<Tag>? = null, val timeZone: String? = null)

Constructors

Link copied to clipboard
constructor(config: List<HoursOfOperationConfig>? = null, description: String? = null, hoursOfOperationArn: String? = null, instanceArn: String? = null, name: String? = null, tags: List<Tag>? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information for the hours of operation: day, start time, and end time.

Link copied to clipboard
val description: String? = null

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
val instanceArn: String? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val name: String? = null

The name of the hours of operation.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.

Link copied to clipboard
val timeZone: String? = null

The time zone of the hours of operation.