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
/
SessionsStatisticsAggregationStatus
Sessions
Statistics
Aggregation
Status
sealed
class
SessionsStatisticsAggregationStatus
Inheritors
Completed
Failed
InProgress
Timeout
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
SessionsStatisticsAggregationStatus
Failed
Link copied to clipboard
object
Failed
:
SessionsStatisticsAggregationStatus
In
Progress
Link copied to clipboard
object
InProgress
:
SessionsStatisticsAggregationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SessionsStatisticsAggregationStatus
Timeout
Link copied to clipboard
object
Timeout
:
SessionsStatisticsAggregationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String