AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehub
/
aws.sdk.kotlin.services.resiliencehub.model
/
ConditionOperatorType
Condition
Operator
Type
sealed
class
ConditionOperatorType
Inheritors
Equals
GreaterOrEquals
GreaterThen
LessOrEquals
LessThen
NotEquals
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Equals
Link copied to clipboard
object
Equals
:
ConditionOperatorType
Greater
Or
Equals
Link copied to clipboard
object
GreaterOrEquals
:
ConditionOperatorType
Greater
Then
Link copied to clipboard
object
GreaterThen
:
ConditionOperatorType
Less
Or
Equals
Link copied to clipboard
object
LessOrEquals
:
ConditionOperatorType
Less
Then
Link copied to clipboard
object
LessThen
:
ConditionOperatorType
Not
Equals
Link copied to clipboard
object
NotEquals
:
ConditionOperatorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConditionOperatorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String