toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
codebuild
/
aws.sdk.kotlin.services.codebuild.model
/
ReportStatusType
Report
Status
Type
sealed
class
ReportStatusType
Inheritors
Deleting
Failed
Generating
Incomplete
Succeeded
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
ReportStatusType
Failed
Link copied to clipboard
object
Failed
:
ReportStatusType
Generating
Link copied to clipboard
object
Generating
:
ReportStatusType
Incomplete
Link copied to clipboard
object
Incomplete
:
ReportStatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportStatusType
Succeeded
Link copied to clipboard
object
Succeeded
:
ReportStatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String