AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
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