getQueueAttributes
inline suspend fun SqsClient.getQueueAttributes(crossinline block: GetQueueAttributesRequest.Builder.() -> Unit): GetQueueAttributesResponse
Gets attributes for the specified queue.
To determine whether a queue is FIFO, you can check whether QueueName
ends with the .fifo
suffix.