AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
firehose
/
aws.sdk.kotlin.services.firehose.model
/
ElasticsearchIndexRotationPeriod
Elasticsearch
Index
Rotation
Period
sealed
class
ElasticsearchIndexRotationPeriod
Inheritors
NoRotation
OneDay
OneHour
OneMonth
OneWeek
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
No
Rotation
Link copied to clipboard
object
NoRotation
:
ElasticsearchIndexRotationPeriod
One
Day
Link copied to clipboard
object
OneDay
:
ElasticsearchIndexRotationPeriod
One
Hour
Link copied to clipboard
object
OneHour
:
ElasticsearchIndexRotationPeriod
One
Month
Link copied to clipboard
object
OneMonth
:
ElasticsearchIndexRotationPeriod
One
Week
Link copied to clipboard
object
OneWeek
:
ElasticsearchIndexRotationPeriod
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ElasticsearchIndexRotationPeriod
Properties
value
Link copied to clipboard
abstract
val
value
:
String