Package-level declarations

Types

Link copied to clipboard
data class GetQueueResult(val arn: String, val id: String, val name: String, val status: String, val tags: Map<String, String>)

A collection of values returned by getQueue.

Link copied to clipboard
data class QueueReservationPlanSettings(val commitment: String, val renewalType: String, val reservedSlots: Int)