AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
DataProtectionStatus
Data
Protection
Status
sealed
class
DataProtectionStatus
Inheritors
Activated
Archived
Deleted
Disabled
SdkUnknown
Members
Types
Activated
Link copied to clipboard
object
Activated
:
DataProtectionStatus
Archived
Link copied to clipboard
object
Archived
:
DataProtectionStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
DataProtectionStatus
Disabled
Link copied to clipboard
object
Disabled
:
DataProtectionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataProtectionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String