AWS SDK for Kotlin
Toggle table of contents
1.5.117
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizerautomation
/
aws.sdk.kotlin.services.computeoptimizerautomation.model
/
EnrollmentStatus
Enrollment
Status
sealed
class
EnrollmentStatus
Inheritors
Active
Failed
Inactive
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
EnrollmentStatus
Companion
Link copied to clipboard
object
Companion
Failed
Link copied to clipboard
object
Failed
:
EnrollmentStatus
Inactive
Link copied to clipboard
object
Inactive
:
EnrollmentStatus
Pending
Link copied to clipboard
object
Pending
:
EnrollmentStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EnrollmentStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String