AWS SDK for Kotlin
Toggle table of contents
1.5.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
dynamodb
/
aws.sdk.kotlin.services.dynamodb.model
/
ContributorInsightsMode
Contributor
Insights
Mode
sealed
class
ContributorInsightsMode
Inheritors
AccessedAndThrottledKeys
ThrottledKeys
SdkUnknown
Members
Types
Accessed
And
Throttled
Keys
Link copied to clipboard
object
AccessedAndThrottledKeys
:
ContributorInsightsMode
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContributorInsightsMode
Throttled
Keys
Link copied to clipboard
object
ThrottledKeys
:
ContributorInsightsMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String