toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
codegurureviewer
/
aws.sdk.kotlin.services.codegurureviewer.model
/
ConfigFileState
Config
File
State
sealed
class
ConfigFileState
Inheritors
Absent
Present
PresentWithErrors
SdkUnknown
Members
Types
Absent
Link copied to clipboard
object
Absent
:
ConfigFileState
Companion
Link copied to clipboard
object
Companion
Present
Link copied to clipboard
object
Present
:
ConfigFileState
Present
With
Errors
Link copied to clipboard
object
PresentWithErrors
:
ConfigFileState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ConfigFileState
Properties
value
Link copied to clipboard
abstract
val
value
:
String