toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
auditmanager
/
aws.sdk.kotlin.services.auditmanager.model
/
ControlResponse
Control
Response
sealed
class
ControlResponse
Inheritors
Automate
Defer
Ignore
Manual
SdkUnknown
Members
Types
Automate
Link copied to clipboard
object
Automate
:
ControlResponse
Companion
Link copied to clipboard
object
Companion
Defer
Link copied to clipboard
object
Defer
:
ControlResponse
Ignore
Link copied to clipboard
object
Ignore
:
ControlResponse
Manual
Link copied to clipboard
object
Manual
:
ControlResponse
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ControlResponse
Properties
value
Link copied to clipboard
abstract
val
value
:
String