toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
inspector2
/
aws.sdk.kotlin.services.inspector2.model
/
CisRuleStatus
Cis
Rule
Status
sealed
class
CisRuleStatus
Inheritors
Error
Failed
Informational
NotApplicable
NotEvaluated
Passed
Unknown
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
CisRuleStatus
Failed
Link copied to clipboard
object
Failed
:
CisRuleStatus
Informational
Link copied to clipboard
object
Informational
:
CisRuleStatus
Not
Applicable
Link copied to clipboard
object
NotApplicable
:
CisRuleStatus
Not
Evaluated
Link copied to clipboard
object
NotEvaluated
:
CisRuleStatus
Passed
Link copied to clipboard
object
Passed
:
CisRuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CisRuleStatus
Unknown
Link copied to clipboard
object
Unknown
:
CisRuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String