AWS SDK for Kotlin
Toggle table of contents
1.6.62
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
InsightFieldType
Insight
Field
Type
sealed
class
InsightFieldType
The type of an insight field. Possible values are
text
and
metric
.
Inheritors
Metric
Text
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Metric
Link copied to clipboard
object
Metric
:
InsightFieldType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InsightFieldType
Text
Link copied to clipboard
object
Text
:
InsightFieldType
Properties
value
Link copied to clipboard
abstract
val
value
:
String