AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
StringDimensionType
String
Dimension
Type
sealed
class
StringDimensionType
Inheritors
BeginsWith
Contains
EndsWith
Exclusive
Inclusive
SdkUnknown
Members
Types
Begins
With
Link copied to clipboard
object
BeginsWith
:
StringDimensionType
Companion
Link copied to clipboard
object
Companion
Contains
Link copied to clipboard
object
Contains
:
StringDimensionType
Ends
With
Link copied to clipboard
object
EndsWith
:
StringDimensionType
Exclusive
Link copied to clipboard
object
Exclusive
:
StringDimensionType
Inclusive
Link copied to clipboard
object
Inclusive
:
StringDimensionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StringDimensionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String