AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
RunAs
Run
As
sealed
class
RunAs
Inheritors
QueueConfiguredUser
WorkerAgentUser
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Queue
Configured
User
Link copied to clipboard
object
QueueConfiguredUser
:
RunAs
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RunAs
Worker
Agent
User
Link copied to clipboard
object
WorkerAgentUser
:
RunAs
Properties
value
Link copied to clipboard
abstract
val
value
:
String