toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
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
)
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
?
=
null
Index
Name
Link copied to clipboard
val
IndexName
:
String
?
=
null
Index
Size
Bytes
Link copied to clipboard
val
IndexSizeBytes
:
Long
?
=
null
Item
Count
Link copied to clipboard
val
ItemCount
:
Long
?
=
null
Key
Schema
Link copied to clipboard
val
KeySchema
:
List
<
KeySchema
>
?
=
null
Projection
Link copied to clipboard
val
Projection
:
Projection
?
=
null