AWS SDK for Kotlin
Toggle table of contents
1.4.120
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
resourcegroups
/
aws.sdk.kotlin.services.resourcegroups.model
/
GroupConfigurationStatus
Group
Configuration
Status
sealed
class
GroupConfigurationStatus
Inheritors
UpdateComplete
UpdateFailed
Updating
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
GroupConfigurationStatus
Update
Complete
Link copied to clipboard
object
UpdateComplete
:
GroupConfigurationStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
GroupConfigurationStatus
Updating
Link copied to clipboard
object
Updating
:
GroupConfigurationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String