AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
auditmanager
/
aws.sdk.kotlin.services.auditmanager.model
/
ActionEnum
Action
Enum
sealed
class
ActionEnum
Inheritors
Active
Create
Delete
ImportEvidence
Inactive
Reviewed
UnderReview
UpdateMetadata
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
ActionEnum
Companion
Link copied to clipboard
object
Companion
Create
Link copied to clipboard
object
Create
:
ActionEnum
Delete
Link copied to clipboard
object
Delete
:
ActionEnum
Import
Evidence
Link copied to clipboard
object
ImportEvidence
:
ActionEnum
Inactive
Link copied to clipboard
object
Inactive
:
ActionEnum
Reviewed
Link copied to clipboard
object
Reviewed
:
ActionEnum
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionEnum
Under
Review
Link copied to clipboard
object
UnderReview
:
ActionEnum
Update
Metadata
Link copied to clipboard
object
UpdateMetadata
:
ActionEnum
Properties
value
Link copied to clipboard
abstract
val
value
:
String