toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
rds
/
aws.sdk.kotlin.services.rds.model
/
DbProxyEndpointStatus
Db
Proxy
Endpoint
Status
sealed
class
DbProxyEndpointStatus
Inheritors
Available
Creating
Deleting
IncompatibleNetwork
InsufficientResourceLimits
Modifying
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
DbProxyEndpointStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
DbProxyEndpointStatus
Deleting
Link copied to clipboard
object
Deleting
:
DbProxyEndpointStatus
Incompatible
Network
Link copied to clipboard
object
IncompatibleNetwork
:
DbProxyEndpointStatus
Insufficient
Resource
Limits
Link copied to clipboard
object
InsufficientResourceLimits
:
DbProxyEndpointStatus
Modifying
Link copied to clipboard
object
Modifying
:
DbProxyEndpointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DbProxyEndpointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String