toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
glue
/
aws.sdk.kotlin.services.glue.model
/
DataQualityRuleResultStatus
Data
Quality
Rule
Result
Status
sealed
class
DataQualityRuleResultStatus
Inheritors
Error
Fail
Pass
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
DataQualityRuleResultStatus
Fail
Link copied to clipboard
object
Fail
:
DataQualityRuleResultStatus
Pass
Link copied to clipboard
object
Pass
:
DataQualityRuleResultStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataQualityRuleResultStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String