GetQueuesQueue

data class GetQueuesQueue(val attributes: Map<String, String>, val autoDeleteState: Boolean, val createTime: String, val exclusiveState: Boolean, val id: String, val instanceId: String, val lastConsumeTime: String, val queueName: String, val virtualHostName: String)

Constructors

Link copied to clipboard
constructor(attributes: Map<String, String>, autoDeleteState: Boolean, createTime: String, exclusiveState: Boolean, id: String, instanceId: String, lastConsumeTime: String, queueName: String, virtualHostName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attributes for the Queue.

Link copied to clipboard

Specifies whether the Auto Delete attribute is configured.

Link copied to clipboard

CreateTime.

Link copied to clipboard

Specifies whether the queue is an exclusive queue.

Link copied to clipboard
val id: String

The ID of the Queue. Its value is same as Queue Name.

Link copied to clipboard

The ID of the instance.

Link copied to clipboard

The last consume time.

Link copied to clipboard

The queue name.

Link copied to clipboard

The name of the virtual host.