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-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
Projection
Projection
@
JsonSerializable
data
class
Projection
(
val
NonKeyAttributes
:
List
<
AttributeName
>
?
=
null
,
val
ProjectionType
:
ProjectionType
?
=
null
)
(
source
)
Members
Constructors
Projection
Link copied to clipboard
constructor
(
NonKeyAttributes
:
List
<
AttributeName
>
?
=
null
,
ProjectionType
:
ProjectionType
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
Non
Key
Attributes
Link copied to clipboard
val
NonKeyAttributes
:
List
<
AttributeName
>
?
Projection
Type
Link copied to clipboard
val
ProjectionType
:
ProjectionType
?