AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
emr
/
aws.sdk.kotlin.services.emr.model
/
OnDemandProvisioningAllocationStrategy
On
Demand
Provisioning
Allocation
Strategy
sealed
class
OnDemandProvisioningAllocationStrategy
Inheritors
LowestPrice
Prioritized
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Lowest
Price
Link copied to clipboard
object
LowestPrice
:
OnDemandProvisioningAllocationStrategy
Prioritized
Link copied to clipboard
object
Prioritized
:
OnDemandProvisioningAllocationStrategy
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OnDemandProvisioningAllocationStrategy
Properties
value
Link copied to clipboard
abstract
val
value
:
String