AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
costoptimizationhub
/
aws.sdk.kotlin.services.costoptimizationhub.model
/
SavingsEstimationMode
Savings
Estimation
Mode
sealed
class
SavingsEstimationMode
Inheritors
AfterDiscounts
BeforeDiscounts
SdkUnknown
Members
Types
After
Discounts
Link copied to clipboard
object
AfterDiscounts
:
SavingsEstimationMode
Before
Discounts
Link copied to clipboard
object
BeforeDiscounts
:
SavingsEstimationMode
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SavingsEstimationMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String