AWS SDK for Kotlin
Toggle table of contents
1.6.60
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityagent
/
aws.sdk.kotlin.services.securityagent.model
/
RiskLevel
Risk
Level
sealed
class
RiskLevel
Risk severity level
Inheritors
Critical
High
Informational
Low
Medium
Unknown
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Critical
Link copied to clipboard
object
Critical
:
RiskLevel
High
Link copied to clipboard
object
High
:
RiskLevel
Informational
Link copied to clipboard
object
Informational
:
RiskLevel
Low
Link copied to clipboard
object
Low
:
RiskLevel
Medium
Link copied to clipboard
object
Medium
:
RiskLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RiskLevel
Unknown
Link copied to clipboard
object
Unknown
:
RiskLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String