AWS SDK for Kotlin
Toggle table of contents
1.5.109
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
FeatureType
Feature
Type
sealed
class
FeatureType
Inheritors
Categorical
Textual
SdkUnknown
Members
Types
Categorical
Link copied to clipboard
object
Categorical
:
FeatureType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FeatureType
Textual
Link copied to clipboard
object
Textual
:
FeatureType
Properties
value
Link copied to clipboard
abstract
val
value
:
String