AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
ReservedInstancePaymentOption
Reserved
Instance
Payment
Option
sealed
class
ReservedInstancePaymentOption
Inheritors
AllUpfront
NoUpfront
PartialUpfront
SdkUnknown
Members
Types
All
Upfront
Link copied to clipboard
object
AllUpfront
:
ReservedInstancePaymentOption
Companion
Link copied to clipboard
object
Companion
No
Upfront
Link copied to clipboard
object
NoUpfront
:
ReservedInstancePaymentOption
Partial
Upfront
Link copied to clipboard
object
PartialUpfront
:
ReservedInstancePaymentOption
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReservedInstancePaymentOption
Properties
value
Link copied to clipboard
abstract
val
value
:
String