AWS SDK for Kotlin
Toggle table of contents
1.6.88
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appstream
/
aws.sdk.kotlin.services.appstream.model
/
ImageType
Image
Type
sealed
class
ImageType
The image type is the type of AppStream image resource.
Inheritors
Byol
Custom
Native
SdkUnknown
Members
Types
Byol
Link copied to clipboard
object
Byol
:
ImageType
Companion
Link copied to clipboard
object
Companion
Custom
Link copied to clipboard
object
Custom
:
ImageType
Native
Link copied to clipboard
object
Native
:
ImageType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ImageType
Properties
value
Link copied to clipboard
abstract
val
value
:
String