toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
fsx
/
aws.sdk.kotlin.services.fsx.model
/
FileSystemMaintenanceOperation
File
System
Maintenance
Operation
sealed
class
FileSystemMaintenanceOperation
An enumeration specifying the currently ongoing maintenance operation.
Inheritors
BackingUp
Patching
SdkUnknown
Members
Types
Backing
Up
Link copied to clipboard
object
BackingUp
:
FileSystemMaintenanceOperation
Companion
Link copied to clipboard
object
Companion
Patching
Link copied to clipboard
object
Patching
:
FileSystemMaintenanceOperation
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FileSystemMaintenanceOperation
Properties
value
Link copied to clipboard
abstract
val
value
:
String