GetQueuePlainArgs

data class GetQueuePlainArgs(val queueArn: String) : ConvertibleToJava<GetQueuePlainArgs>

Constructors

Link copied to clipboard
constructor(queueArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the queue.

Functions

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