toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
fsx
/
aws.sdk.kotlin.services.fsx.model
/
RetentionPeriodType
Retention
Period
Type
sealed
class
RetentionPeriodType
Inheritors
Days
Hours
Infinite
Minutes
Months
Seconds
Unspecified
Years
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Days
Link copied to clipboard
object
Days
:
RetentionPeriodType
Hours
Link copied to clipboard
object
Hours
:
RetentionPeriodType
Infinite
Link copied to clipboard
object
Infinite
:
RetentionPeriodType
Minutes
Link copied to clipboard
object
Minutes
:
RetentionPeriodType
Months
Link copied to clipboard
object
Months
:
RetentionPeriodType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RetentionPeriodType
Seconds
Link copied to clipboard
object
Seconds
:
RetentionPeriodType
Unspecified
Link copied to clipboard
object
Unspecified
:
RetentionPeriodType
Years
Link copied to clipboard
object
Years
:
RetentionPeriodType
Properties
value
Link copied to clipboard
abstract
val
value
:
String