AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kms
/
aws.sdk.kotlin.services.kms.model
/
ImportState
Import
State
sealed
class
ImportState
Inheritors
Imported
PendingImport
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Imported
Link copied to clipboard
object
Imported
:
ImportState
Pending
Import
Link copied to clipboard
object
PendingImport
:
ImportState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImportState
Properties
value
Link copied to clipboard
abstract
val
value
:
String