toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
greengrass
/
aws.sdk.kotlin.services.greengrass.model
/
UpdateAgentLogLevel
Update
Agent
Log
Level
sealed
class
UpdateAgentLogLevel
The minimum level of log statements that should be logged by the OTA Agent during an update.
Inheritors
Debug
Error
Fatal
Info
None
Trace
Verbose
Warn
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Debug
Link copied to clipboard
object
Debug
:
UpdateAgentLogLevel
Error
Link copied to clipboard
object
Error
:
UpdateAgentLogLevel
Fatal
Link copied to clipboard
object
Fatal
:
UpdateAgentLogLevel
Info
Link copied to clipboard
object
Info
:
UpdateAgentLogLevel
None
Link copied to clipboard
object
None
:
UpdateAgentLogLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UpdateAgentLogLevel
Trace
Link copied to clipboard
object
Trace
:
UpdateAgentLogLevel
Verbose
Link copied to clipboard
object
Verbose
:
UpdateAgentLogLevel
Warn
Link copied to clipboard
object
Warn
:
UpdateAgentLogLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String