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
/
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
>
,
Action
<
Result4k
<
QueueAttributes
,
RemoteFailure
>
>
(
source
)
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
>
?
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
>