toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
nimble
/
aws.sdk.kotlin.services.nimble.model
/
StudioComponentType
Studio
Component
Type
sealed
class
StudioComponentType
Inheritors
ActiveDirectory
ComputeFarm
Custom
LicenseService
SharedFileSystem
SdkUnknown
Members
Types
Active
Directory
Link copied to clipboard
object
ActiveDirectory
:
StudioComponentType
Companion
Link copied to clipboard
object
Companion
Compute
Farm
Link copied to clipboard
object
ComputeFarm
:
StudioComponentType
Custom
Link copied to clipboard
object
Custom
:
StudioComponentType
License
Service
Link copied to clipboard
object
LicenseService
:
StudioComponentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StudioComponentType
Shared
File
System
Link copied to clipboard
object
SharedFileSystem
:
StudioComponentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String