AWS SDK for Kotlin
Toggle table of contents
1.6.61
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
interconnect
/
aws.sdk.kotlin.services.interconnect.model
/
RemoteAccountIdentifierType
Remote
Account
Identifier
Type
sealed
class
RemoteAccountIdentifierType
Inheritors
Account
Email
SdkUnknown
Members
Types
Account
Link copied to clipboard
object
Account
:
RemoteAccountIdentifierType
Companion
Link copied to clipboard
object
Companion
Email
Link copied to clipboard
object
Email
:
RemoteAccountIdentifierType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RemoteAccountIdentifierType
Properties
value
Link copied to clipboard
abstract
val
value
:
String