AWS SDK for Kotlin
Toggle table of contents
1.5.19
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
guardduty
/
aws.sdk.kotlin.services.guardduty.model
/
TrustedEntitySetStatus
Trusted
Entity
Set
Status
sealed
class
TrustedEntitySetStatus
Inheritors
Activating
Active
Deactivating
Deleted
DeletePending
Error
Inactive
SdkUnknown
Members
Types
Activating
Link copied to clipboard
object
Activating
:
TrustedEntitySetStatus
Active
Link copied to clipboard
object
Active
:
TrustedEntitySetStatus
Companion
Link copied to clipboard
object
Companion
Deactivating
Link copied to clipboard
object
Deactivating
:
TrustedEntitySetStatus
Deleted
Link copied to clipboard
object
Deleted
:
TrustedEntitySetStatus
Delete
Pending
Link copied to clipboard
object
DeletePending
:
TrustedEntitySetStatus
Error
Link copied to clipboard
object
Error
:
TrustedEntitySetStatus
Inactive
Link copied to clipboard
object
Inactive
:
TrustedEntitySetStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TrustedEntitySetStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String