AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
guardduty
/
aws.sdk.kotlin.services.guardduty.model
/
AdminStatus
Admin
Status
sealed
class
AdminStatus
Inheritors
DisableInProgress
Enabled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disable
In
Progress
Link copied to clipboard
object
DisableInProgress
:
AdminStatus
Enabled
Link copied to clipboard
object
Enabled
:
AdminStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AdminStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String