toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
opensearchserverless
/
aws.sdk.kotlin.services.opensearchserverless.model
/
CollectionType
Collection
Type
sealed
class
CollectionType
Inheritors
Search
Timeseries
Vectorsearch
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CollectionType
Search
Link copied to clipboard
object
Search
:
CollectionType
Search collection type
Timeseries
Link copied to clipboard
object
Timeseries
:
CollectionType
Timeseries collection type
Vectorsearch
Link copied to clipboard
object
Vectorsearch
:
CollectionType
Vectorsearch collection type
Properties
value
Link copied to clipboard
abstract
val
value
:
String