http4k
Toggle table of contents
6.51.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
Get
Get
@
JsonSerializable
data
class
Get
(
val
TableName
:
TableName
,
val
Key
:
Key
,
val
ProjectionExpression
:
String
?
=
null
,
val
ExpressionAttributeNames
:
TokensToNames
?
=
null
)
(
source
)
Members
Constructors
Get
Link copied to clipboard
constructor
(
TableName
:
TableName
,
Key
:
Key
,
ProjectionExpression
:
String
?
=
null
,
ExpressionAttributeNames
:
TokensToNames
?
=
null
)
Properties
Expression
Attribute
Names
Link copied to clipboard
val
ExpressionAttributeNames
:
TokensToNames
?
Key
Link copied to clipboard
val
Key
:
Key
Projection
Expression
Link copied to clipboard
val
ProjectionExpression
:
String
?
Table
Name
Link copied to clipboard
val
TableName
:
TableName