AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudtrail
/
aws.sdk.kotlin.services.cloudtrail.model
/
EventDataStoreStatus
Event
Data
Store
Status
sealed
class
EventDataStoreStatus
Inheritors
Created
Enabled
PendingDeletion
StartingIngestion
StoppedIngestion
StoppingIngestion
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Created
Link copied to clipboard
object
Created
:
EventDataStoreStatus
Enabled
Link copied to clipboard
object
Enabled
:
EventDataStoreStatus
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
EventDataStoreStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventDataStoreStatus
Starting
Ingestion
Link copied to clipboard
object
StartingIngestion
:
EventDataStoreStatus
Stopped
Ingestion
Link copied to clipboard
object
StoppedIngestion
:
EventDataStoreStatus
Stopping
Ingestion
Link copied to clipboard
object
StoppingIngestion
:
EventDataStoreStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String