AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
backup
/
aws.sdk.kotlin.services.backup.model
/
RestoreTestingRecoveryPointType
Restore
Testing
Recovery
Point
Type
sealed
class
RestoreTestingRecoveryPointType
Inheritors
Continuous
Snapshot
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continuous
Link copied to clipboard
object
Continuous
:
RestoreTestingRecoveryPointType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RestoreTestingRecoveryPointType
Snapshot
Link copied to clipboard
object
Snapshot
:
RestoreTestingRecoveryPointType
Properties
value
Link copied to clipboard
abstract
val
value
:
String