GetContactsRotationPlainArgs

data class GetContactsRotationPlainArgs(val arn: String) : ConvertibleToJava<GetContactsRotationPlainArgs>

A collection of arguments for invoking getContactsRotation.

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the rotation.

Functions

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