AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatch
/
aws.sdk.kotlin.services.cloudwatch.model
/
OTelEnrichmentStatus
OTel
Enrichment
Status
sealed
class
OTelEnrichmentStatus
The status of OTel enrichment for the account.
Inheritors
Running
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Running
Link copied to clipboard
object
Running
:
OTelEnrichmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OTelEnrichmentStatus
Stopped
Link copied to clipboard
object
Stopped
:
OTelEnrichmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String