toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
dlm
/
aws.sdk.kotlin.services.dlm.model
/
RetentionIntervalUnitValues
Retention
Interval
Unit
Values
sealed
class
RetentionIntervalUnitValues
Inheritors
Days
Months
Weeks
Years
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Days
Link copied to clipboard
object
Days
:
RetentionIntervalUnitValues
Months
Link copied to clipboard
object
Months
:
RetentionIntervalUnitValues
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RetentionIntervalUnitValues
Weeks
Link copied to clipboard
object
Weeks
:
RetentionIntervalUnitValues
Years
Link copied to clipboard
object
Years
:
RetentionIntervalUnitValues
Properties
value
Link copied to clipboard
abstract
val
value
:
String