toggle menu
AWS SDK for Kotlin
1.4.100
common
switch theme
Skip to Main Content
dynamodb
/
aws.sdk.kotlin.services.dynamodb.model
/
ListContributorInsightsResponse
List
Contributor
Insights
Response
class
ListContributorInsightsResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
contributor
Insights
Summaries
Link copied to clipboard
val
contributorInsightsSummaries
:
List
<
ContributorInsightsSummary
>
?
A list of ContributorInsightsSummary.
next
Token
Link copied to clipboard
val
nextToken
:
String
?
A token to go to the next page if there is one.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ListContributorInsightsResponse.Builder
.
(
)
->
Unit
=
{}
)
:
ListContributorInsightsResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String