QueueAttributes

@JsonSerializable
data class QueueAttributes(@Json(name = "Attributes") val attributes: Map<String, String> = emptyMap())

Constructors

Link copied to clipboard
constructor(@Json(name = "Attributes") attributes: Map<String, String> = emptyMap())

Properties

Link copied to clipboard