AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resiliencehub
/
aws.sdk.kotlin.services.resiliencehub.model
/
AppComplianceStatusType
App
Compliance
Status
Type
sealed
class
AppComplianceStatusType
Inheritors
ChangesDetected
MissingPolicy
NotApplicable
NotAssessed
PolicyBreached
PolicyMet
SdkUnknown
Members
Types
Changes
Detected
Link copied to clipboard
object
ChangesDetected
:
AppComplianceStatusType
Companion
Link copied to clipboard
object
Companion
Missing
Policy
Link copied to clipboard
object
MissingPolicy
:
AppComplianceStatusType
Not
Applicable
Link copied to clipboard
object
NotApplicable
:
AppComplianceStatusType
Not
Assessed
Link copied to clipboard
object
NotAssessed
:
AppComplianceStatusType
Policy
Breached
Link copied to clipboard
object
PolicyBreached
:
AppComplianceStatusType
Policy
Met
Link copied to clipboard
object
PolicyMet
:
AppComplianceStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AppComplianceStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String