toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
PlacementGroupState
Placement
Group
State
sealed
class
PlacementGroupState
Inheritors
Available
Deleted
Deleting
Pending
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
PlacementGroupState
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
PlacementGroupState
Deleting
Link copied to clipboard
object
Deleting
:
PlacementGroupState
Pending
Link copied to clipboard
object
Pending
:
PlacementGroupState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlacementGroupState
Properties
value
Link copied to clipboard
abstract
val
value
:
String