GetHoursOfOperationPlainArgs

data class GetHoursOfOperationPlainArgs(val hoursOfOperationId: String? = null, val instanceId: String, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetHoursOfOperationPlainArgs>

A collection of arguments for invoking getHoursOfOperation.

Constructors

Link copied to clipboard
constructor(hoursOfOperationId: String? = null, instanceId: String, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Returns information on a specific Hours of Operation by hours of operation id

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard
val name: String? = null

Returns information on a specific Hours of Operation by name

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags to assign to the Hours of Operation.

Functions

Link copied to clipboard
open override fun toJava(): GetHoursOfOperationPlainArgs