GetQueuesResult

data class GetQueuesResult(val id: String, val queueNamePrefix: String? = null, val queueUrls: List<String>)

A collection of values returned by getQueues.

Constructors

Link copied to clipboard
constructor(id: String, queueNamePrefix: String? = null, queueUrls: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val queueNamePrefix: String? = null
Link copied to clipboard

A list of queue URLs.