AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
State
State
sealed
class
State
Inheritors
Active
Baseline
Suppressed
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
State
Baseline
Link copied to clipboard
object
Baseline
:
State
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
State
Suppressed
Link copied to clipboard
object
Suppressed
:
State
Properties
value
Link copied to clipboard
abstract
val
value
:
String