toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
ListImports
List
Imports
@
JsonSerializable
data
class
ListImports
(
val
NextToken
:
NextToken
?
=
null
,
val
PageSize
:
Int
?
=
null
,
val
TableArn
:
ARN
?
=
null
)
:
DynamoDbAction
<
ListImportsResponse
>
Members
Constructors
List
Imports
Link copied to clipboard
constructor
(
NextToken
:
NextToken
?
=
null
,
PageSize
:
Int
?
=
null
,
TableArn
:
ARN
?
=
null
)
Properties
Next
Token
Link copied to clipboard
val
NextToken
:
NextToken
?
=
null
Page
Size
Link copied to clipboard
val
PageSize
:
Int
?
=
null
Table
Arn
Link copied to clipboard
val
TableArn
:
ARN
?
=
null
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
ListImportsResponse
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri