AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
workspacesweb
/
aws.sdk.kotlin.services.workspacesweb.model
/
SessionSortBy
Session
Sort
By
sealed
class
SessionSortBy
Inheritors
StartTimeAscending
StartTimeDescending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SessionSortBy
Start
Time
Ascending
Link copied to clipboard
object
StartTimeAscending
:
SessionSortBy
Start
Time
Descending
Link copied to clipboard
object
StartTimeDescending
:
SessionSortBy
Properties
value
Link copied to clipboard
abstract
val
value
:
String