toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
RuleBasedMatchingStatus
Rule
Based
Matching
Status
sealed
class
RuleBasedMatchingStatus
Inheritors
Active
InProgress
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
RuleBasedMatchingStatus
Companion
Link copied to clipboard
object
Companion
In
Progress
Link copied to clipboard
object
InProgress
:
RuleBasedMatchingStatus
Pending
Link copied to clipboard
object
Pending
:
RuleBasedMatchingStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RuleBasedMatchingStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String