http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-sqs
/
org.http4k.connect.amazon.sqs.action
/
QueueAttributes
Queue
Attributes
@
JsonSerializable
data
class
QueueAttributes
(
@
Json
(
name
=
"Attributes"
)
val
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
(
source
)
Members
Constructors
Queue
Attributes
Link copied to clipboard
constructor
(
@
Json
(
name
=
"Attributes"
)
attributes
:
Map
<
String
,
String
>
=
emptyMap()
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>