AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
redshift
/
aws.sdk.kotlin.services.redshift.model
/
OperatorType
Operator
Type
sealed
class
OperatorType
Inheritors
Between
Eq
Ge
Gt
In
Le
Lt
SdkUnknown
Members
Types
Between
Link copied to clipboard
object
Between
:
OperatorType
Companion
Link copied to clipboard
object
Companion
Eq
Link copied to clipboard
object
Eq
:
OperatorType
Ge
Link copied to clipboard
object
Ge
:
OperatorType
Gt
Link copied to clipboard
object
Gt
:
OperatorType
In
Link copied to clipboard
object
In
:
OperatorType
Le
Link copied to clipboard
object
Le
:
OperatorType
Lt
Link copied to clipboard
object
Lt
:
OperatorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OperatorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String