AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appsync
/
aws.sdk.kotlin.services.appsync.model
/
FieldLogLevel
Field
Log
Level
sealed
class
FieldLogLevel
Inheritors
All
Debug
Error
Info
None
SdkUnknown
Members
Types
All
Link copied to clipboard
object
All
:
FieldLogLevel
Companion
Link copied to clipboard
object
Companion
Debug
Link copied to clipboard
object
Debug
:
FieldLogLevel
Error
Link copied to clipboard
object
Error
:
FieldLogLevel
Info
Link copied to clipboard
object
Info
:
FieldLogLevel
None
Link copied to clipboard
object
None
:
FieldLogLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FieldLogLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String