toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
databasemigrationservice
/
aws.sdk.kotlin.services.databasemigrationservice.model
/
RefreshSchemasStatusTypeValue
Refresh
Schemas
Status
Type
Value
sealed
class
RefreshSchemasStatusTypeValue
Inheritors
Failed
Refreshing
Successful
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
RefreshSchemasStatusTypeValue
Refreshing
Link copied to clipboard
object
Refreshing
:
RefreshSchemasStatusTypeValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RefreshSchemasStatusTypeValue
Successful
Link copied to clipboard
object
Successful
:
RefreshSchemasStatusTypeValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String