LrSqsQueueAttributes

LrSqsQueueAttributes represents a collection of queue attributes. It can be retrieved using the getQueueAttribute API. Each attribute consists of a key-value pair. The key (or the name of the attribute) is an LrSqsQueueAttributeName object, and the value is a string.

The LrSqsClient class includes the following methods.

LrSqsQueueAttributes.attributesReturns all of the attributes in the collection.
LrSqsQueueAttributes.attributesAsStringsReturns all of the attributes in the collection as string values.