AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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