AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizer
/
aws.sdk.kotlin.services.computeoptimizer.model
/
RdsCurrentInstancePerformanceRisk
Rds
Current
Instance
Performance
Risk
sealed
class
RdsCurrentInstancePerformanceRisk
Inheritors
High
Low
Medium
VeryLow
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
High
Link copied to clipboard
object
High
:
RdsCurrentInstancePerformanceRisk
Low
Link copied to clipboard
object
Low
:
RdsCurrentInstancePerformanceRisk
Medium
Link copied to clipboard
object
Medium
:
RdsCurrentInstancePerformanceRisk
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RdsCurrentInstancePerformanceRisk
Very
Low
Link copied to clipboard
object
VeryLow
:
RdsCurrentInstancePerformanceRisk
Properties
value
Link copied to clipboard
abstract
val
value
:
String