AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53resolver
/
aws.sdk.kotlin.services.route53resolver.model
/
ResolverRuleStatus
Resolver
Rule
Status
sealed
class
ResolverRuleStatus
Inheritors
Complete
Deleting
Failed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ResolverRuleStatus
Deleting
Link copied to clipboard
object
Deleting
:
ResolverRuleStatus
Failed
Link copied to clipboard
object
Failed
:
ResolverRuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResolverRuleStatus
Updating
Link copied to clipboard
object
Updating
:
ResolverRuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String