toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-sqs
/
org.http4k.connect.amazon.sqs.action
/
GetQueueAttributes
Get
Queue
Attributes
@
JsonSerializable
data
class
GetQueueAttributes
(
@
Json
(
name
=
"QueueUrl"
)
val
queueUrl
:
Uri
,
@
Json
(
name
=
"AttributeNames"
)
val
attributes
:
List
<
String
>
?
=
null
)
:
SQSAction
<
QueueAttributes
,
QueueAttributes
>
Members
Constructors
Get
Queue
Attributes
Link copied to clipboard
constructor
(
@
Json
(
name
=
"QueueUrl"
)
queueUrl
:
Uri
,
@
Json
(
name
=
"AttributeNames"
)
attributes
:
List
<
String
>
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
String
>
?
=
null
queue
Url
Link copied to clipboard
val
queueUrl
:
Uri
Functions
request
Body
Link copied to clipboard
open
fun
requestBody
(
)
:
Any
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
QueueAttributes
,
RemoteFailure
>