AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qconnect
/
aws.sdk.kotlin.services.qconnect.model
/
RecommendationSourceType
Recommendation
Source
Type
sealed
class
RecommendationSourceType
Inheritors
IssueDetection
Other
RuleEvaluation
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Issue
Detection
Link copied to clipboard
object
IssueDetection
:
RecommendationSourceType
Other
Link copied to clipboard
object
Other
:
RecommendationSourceType
Rule
Evaluation
Link copied to clipboard
object
RuleEvaluation
:
RecommendationSourceType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RecommendationSourceType
Properties
value
Link copied to clipboard
abstract
val
value
:
String