AWS SDK for Kotlin
Toggle table of contents
1.6.106
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
connect
/
aws.sdk.kotlin.services.connect.model
/
PerformanceCategoryName
Performance
Category
Name
sealed
class
PerformanceCategoryName
Inheritors
ExceedsExpectations
NeedsImprovement
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Exceeds
Expectations
Link copied to clipboard
object
ExceedsExpectations
:
PerformanceCategoryName
Needs
Improvement
Link copied to clipboard
object
NeedsImprovement
:
PerformanceCategoryName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PerformanceCategoryName
Properties
value
Link copied to clipboard
abstract
val
value
:
String