toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
omics
/
aws.sdk.kotlin.services.omics.model
/
ResourceOwner
Resource
Owner
sealed
class
ResourceOwner
Inheritors
Other
Self
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Other
Link copied to clipboard
object
Other
:
ResourceOwner
The resource owner is an account other than the caller
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceOwner
Self
Link copied to clipboard
object
Self
:
ResourceOwner
The resource owner is the calling account
Properties
value
Link copied to clipboard
abstract
val
value
:
String