AWS SDK for Kotlin
Toggle table of contents
1.5.89
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appstream
/
aws.sdk.kotlin.services.appstream.model
/
AgentSoftwareVersion
Agent
Software
Version
sealed
class
AgentSoftwareVersion
The image type is the type of AppStream image resource.
Inheritors
AlwaysLatest
CurrentLatest
SdkUnknown
Members
Types
Always
Latest
Link copied to clipboard
object
AlwaysLatest
:
AgentSoftwareVersion
Companion
Link copied to clipboard
object
Companion
Current
Latest
Link copied to clipboard
object
CurrentLatest
:
AgentSoftwareVersion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AgentSoftwareVersion
Properties
value
Link copied to clipboard
abstract
val
value
:
String