AWS SDK for Kotlin
Toggle table of contents
1.9.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchomni
/
aws.sdk.kotlin.services.cloudwatchomni.model
/
AlertSortField
Alert
Sort
Field
sealed
class
AlertSortField
Field by which alerts can be sorted.
Inheritors
Name
State
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Name
Link copied to clipboard
object
Name
:
AlertSortField
Sort by alert name.
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AlertSortField
State
Link copied to clipboard
object
State
:
AlertSortField
Sort by alert state.
Properties
value
Link copied to clipboard
abstract
val
value
:
String