AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
notifications
/
aws.sdk.kotlin.services.notifications.model
/
AccountContactType
Account
Contact
Type
sealed
class
AccountContactType
Inheritors
AccountAlternateBilling
AccountAlternateOperations
AccountAlternateSecurity
AccountPrimary
SdkUnknown
Members
Types
Account
Alternate
Billing
Link copied to clipboard
object
AccountAlternateBilling
:
AccountContactType
Account
Alternate
Operations
Link copied to clipboard
object
AccountAlternateOperations
:
AccountContactType
Account
Alternate
Security
Link copied to clipboard
object
AccountAlternateSecurity
:
AccountContactType
Account
Primary
Link copied to clipboard
object
AccountPrimary
:
AccountContactType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AccountContactType
Properties
value
Link copied to clipboard
abstract
val
value
:
String