AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticsearchservice
/
aws.sdk.kotlin.services.elasticsearchservice.model
/
PropertyValueType
Property
Value
Type
sealed
class
PropertyValueType
Inheritors
PlainText
StringifiedJson
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Plain
Text
Link copied to clipboard
object
PlainText
:
PropertyValueType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PropertyValueType
Stringified
Json
Link copied to clipboard
object
StringifiedJson
:
PropertyValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String