AWS SDK for Kotlin
Toggle table of contents
1.5.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
licensemanager
/
aws.sdk.kotlin.services.licensemanager.model
/
LicenseAssetGroupStatus
License
Asset
Group
Status
sealed
class
LicenseAssetGroupStatus
License asset group status. Allowed values are
ACTIVE
DISABLED
DELETED
Inheritors
Active
Deleted
Disabled
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
LicenseAssetGroupStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
LicenseAssetGroupStatus
Disabled
Link copied to clipboard
object
Disabled
:
LicenseAssetGroupStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LicenseAssetGroupStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String