AWS SDK for Kotlin
Toggle table of contents
1.5.33
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rds
/
aws.sdk.kotlin.services.rds.model
/
MasterUserAuthenticationType
Master
User
Authentication
Type
sealed
class
MasterUserAuthenticationType
Inheritors
IamDbAuth
Password
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Iam
Db
Auth
Link copied to clipboard
object
IamDbAuth
:
MasterUserAuthenticationType
Password
Link copied to clipboard
object
Password
:
MasterUserAuthenticationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MasterUserAuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String