AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sfn
/
aws.sdk.kotlin.services.sfn.model
/
InspectionLevel
Inspection
Level
sealed
class
InspectionLevel
Inheritors
Debug
Info
Trace
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Debug
Link copied to clipboard
object
Debug
:
InspectionLevel
Info
Link copied to clipboard
object
Info
:
InspectionLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
InspectionLevel
Trace
Link copied to clipboard
object
Trace
:
InspectionLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String