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