AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fsx
/
aws.sdk.kotlin.services.fsx.model
/
WindowsAccessAuditLogLevel
Windows
Access
Audit
Log
Level
sealed
class
WindowsAccessAuditLogLevel
Inheritors
Disabled
FailureOnly
SuccessAndFailure
SuccessOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Disabled
Link copied to clipboard
object
Disabled
:
WindowsAccessAuditLogLevel
Failure
Only
Link copied to clipboard
object
FailureOnly
:
WindowsAccessAuditLogLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
WindowsAccessAuditLogLevel
Success
And
Failure
Link copied to clipboard
object
SuccessAndFailure
:
WindowsAccessAuditLogLevel
Success
Only
Link copied to clipboard
object
SuccessOnly
:
WindowsAccessAuditLogLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String