toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
auditmanager
/
aws.sdk.kotlin.services.auditmanager.model
/
ObjectTypeEnum
Object
Type
Enum
sealed
class
ObjectTypeEnum
Inheritors
Assessment
AssessmentReport
Control
ControlSet
Delegation
SdkUnknown
Members
Types
Assessment
Link copied to clipboard
object
Assessment
:
ObjectTypeEnum
Assessment
Report
Link copied to clipboard
object
AssessmentReport
:
ObjectTypeEnum
Companion
Link copied to clipboard
object
Companion
Control
Link copied to clipboard
object
Control
:
ObjectTypeEnum
Control
Set
Link copied to clipboard
object
ControlSet
:
ObjectTypeEnum
Delegation
Link copied to clipboard
object
Delegation
:
ObjectTypeEnum
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ObjectTypeEnum
Properties
value
Link copied to clipboard
abstract
val
value
:
String