toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.action
/
DescribeTable
Describe
Table
@
JsonSerializable
data
class
DescribeTable
(
val
TableName
:
TableName
)
:
DynamoDbAction
<
DescribedTable
>
Members
Constructors
Describe
Table
Link copied to clipboard
constructor
(
TableName
:
TableName
)
Properties
Table
Name
Link copied to clipboard
val
TableName
:
TableName
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
<
DescribedTable
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri