toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
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
)
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
?
=
null
Key
Link copied to clipboard
val
Key
:
Key
Projection
Expression
Link copied to clipboard
val
ProjectionExpression
:
String
?
=
null
Table
Name
Link copied to clipboard
val
TableName
:
TableName