toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
appsync
/
aws.sdk.kotlin.services.appsync.model
/
Ownership
Ownership
sealed
class
Ownership
Inheritors
CurrentAccount
OtherAccounts
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Current
Account
Link copied to clipboard
object
CurrentAccount
:
Ownership
Other
Accounts
Link copied to clipboard
object
OtherAccounts
:
Ownership
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Ownership
Properties
value
Link copied to clipboard
abstract
val
value
:
String