AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datapipeline
/
aws.sdk.kotlin.services.datapipeline.model
/
OperatorType
Operator
Type
sealed
class
OperatorType
Inheritors
Between
Equal
GreaterThanOrEqual
LessThanOrEqual
ReferenceEqual
SdkUnknown
Members
Types
Between
Link copied to clipboard
object
Between
:
OperatorType
Companion
Link copied to clipboard
object
Companion
Equal
Link copied to clipboard
object
Equal
:
OperatorType
Greater
Than
Or
Equal
Link copied to clipboard
object
GreaterThanOrEqual
:
OperatorType
Less
Than
Or
Equal
Link copied to clipboard
object
LessThanOrEqual
:
OperatorType
Reference
Equal
Link copied to clipboard
object
ReferenceEqual
:
OperatorType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OperatorType
Properties
value
Link copied to clipboard
abstract
val
value
:
String