AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
databasemigrationservice
/
aws.sdk.kotlin.services.databasemigrationservice.model
/
MySqlAuthenticationMethod
My
Sql
Authentication
Method
sealed
class
MySqlAuthenticationMethod
Inheritors
Iam
Password
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Iam
Link copied to clipboard
object
Iam
:
MySqlAuthenticationMethod
Password
Link copied to clipboard
object
Password
:
MySqlAuthenticationMethod
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MySqlAuthenticationMethod
Properties
value
Link copied to clipboard
abstract
val
value
:
String