QueueSummary

The object returned by the ListQueues API action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) of the queue.

Link copied to clipboard

The ID of the cluster of the queue.

Link copied to clipboard

The date and time the resource was created.

Link copied to clipboard
val id: String

The generated unique ID of the queue.

Link copied to clipboard

The date and time the resource was modified.

Link copied to clipboard

The name that identifies the queue.

Link copied to clipboard

The provisioning status of the queue.

Functions

Link copied to clipboard
inline fun copy(block: QueueSummary.Builder.() -> Unit = {}): QueueSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String