AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudtrail
/
aws.sdk.kotlin.services.cloudtrail.model
/
ImportStatus
Import
Status
sealed
class
ImportStatus
Inheritors
Completed
Failed
Initializing
InProgress
Stopped
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
ImportStatus
Failed
Link copied to clipboard
object
Failed
:
ImportStatus
Initializing
Link copied to clipboard
object
Initializing
:
ImportStatus
In
Progress
Link copied to clipboard
object
InProgress
:
ImportStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImportStatus
Stopped
Link copied to clipboard
object
Stopped
:
ImportStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String