AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
route53resolver
/
aws.sdk.kotlin.services.route53resolver.model
/
ResolverQueryLogConfigAssociationStatus
Resolver
Query
Log
Config
Association
Status
sealed
class
ResolverQueryLogConfigAssociationStatus
Inheritors
ActionNeeded
Active
Creating
Deleting
Failed
SdkUnknown
Members
Types
Action
Needed
Link copied to clipboard
object
ActionNeeded
:
ResolverQueryLogConfigAssociationStatus
Active
Link copied to clipboard
object
Active
:
ResolverQueryLogConfigAssociationStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
ResolverQueryLogConfigAssociationStatus
Deleting
Link copied to clipboard
object
Deleting
:
ResolverQueryLogConfigAssociationStatus
Failed
Link copied to clipboard
object
Failed
:
ResolverQueryLogConfigAssociationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResolverQueryLogConfigAssociationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String