AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ecs
/
aws.sdk.kotlin.services.ecs.model
/
PlacementStrategyType
Placement
Strategy
Type
sealed
class
PlacementStrategyType
Inheritors
Binpack
Random
Spread
SdkUnknown
Members
Types
Binpack
Link copied to clipboard
object
Binpack
:
PlacementStrategyType
Companion
Link copied to clipboard
object
Companion
Random
Link copied to clipboard
object
Random
:
PlacementStrategyType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PlacementStrategyType
Spread
Link copied to clipboard
object
Spread
:
PlacementStrategyType
Properties
value
Link copied to clipboard
abstract
val
value
:
String