AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudtrail
/
aws.sdk.kotlin.services.cloudtrail.model
/
InsightType
Insight
Type
sealed
class
InsightType
Inheritors
ApiCallRateInsight
ApiErrorRateInsight
SdkUnknown
Members
Types
Api
Call
Rate
Insight
Link copied to clipboard
object
ApiCallRateInsight
:
InsightType
Api
Error
Rate
Insight
Link copied to clipboard
object
ApiErrorRateInsight
:
InsightType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InsightType
Properties
value
Link copied to clipboard
abstract
val
value
:
String