AWS SDK for Kotlin
Toggle table of contents
1.5.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
backup
/
aws.sdk.kotlin.services.backup.model
/
RuleExecutionType
Rule
Execution
Type
sealed
class
RuleExecutionType
Inheritors
Continuous
ContinuousAndSnapshots
Snapshots
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Continuous
Link copied to clipboard
object
Continuous
:
RuleExecutionType
Continuous
And
Snapshots
Link copied to clipboard
object
ContinuousAndSnapshots
:
RuleExecutionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RuleExecutionType
Snapshots
Link copied to clipboard
object
Snapshots
:
RuleExecutionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String