AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53
/
aws.sdk.kotlin.services.route53.model
/
ChangeStatus
Change
Status
sealed
class
ChangeStatus
Inheritors
Insync
Pending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Insync
Link copied to clipboard
object
Insync
:
ChangeStatus
Pending
Link copied to clipboard
object
Pending
:
ChangeStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ChangeStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String