toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
OnDemandAllocationStrategy
On
Demand
Allocation
Strategy
sealed
class
OnDemandAllocationStrategy
Inheritors
LowestPrice
Prioritized
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Lowest
Price
Link copied to clipboard
object
LowestPrice
:
OnDemandAllocationStrategy
Prioritized
Link copied to clipboard
object
Prioritized
:
OnDemandAllocationStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OnDemandAllocationStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String