AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
EmailSendingAccountType
Email
Sending
Account
Type
sealed
class
EmailSendingAccountType
Inheritors
CognitoDefault
Developer
SdkUnknown
Members
Types
Cognito
Default
Link copied to clipboard
object
CognitoDefault
:
EmailSendingAccountType
Companion
Link copied to clipboard
object
Companion
Developer
Link copied to clipboard
object
Developer
:
EmailSendingAccountType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EmailSendingAccountType
Properties
value
Link copied to clipboard
abstract
val
value
:
String