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
/
LocalSecondaryIndexResponse
Local
Secondary
Index
Response
@
JsonSerializable
data
class
LocalSecondaryIndexResponse
(
val
IndexArn
:
ARN
?
=
null
,
val
IndexName
:
String
?
=
null
,
val
IndexSizeBytes
:
Long
?
=
null
,
val
ItemCount
:
Long
?
=
null
,
val
KeySchema
:
List
<
KeySchema
>
?
=
null
,
val
Projection
:
Projection
?
=
null
)
(
source
)
Members
Constructors
Local
Secondary
Index
Response
Link copied to clipboard
constructor
(
IndexArn
:
ARN
?
=
null
,
IndexName
:
String
?
=
null
,
IndexSizeBytes
:
Long
?
=
null
,
ItemCount
:
Long
?
=
null
,
KeySchema
:
List
<
KeySchema
>
?
=
null
,
Projection
:
Projection
?
=
null
)
Properties
Index
Arn
Link copied to clipboard
val
IndexArn
:
ARN
?
Index
Name
Link copied to clipboard
val
IndexName
:
String
?
Index
Size
Bytes
Link copied to clipboard
val
IndexSizeBytes
:
Long
?
Item
Count
Link copied to clipboard
val
ItemCount
:
Long
?
Key
Schema
Link copied to clipboard
val
KeySchema
:
List
<
KeySchema
>
?
Projection
Link copied to clipboard
val
Projection
:
Projection
?