AWS SDK for Kotlin
Toggle table of contents
1.5.103
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fsx
/
aws.sdk.kotlin.services.fsx.model
/
OntapFileSystemUserType
Ontap
File
System
User
Type
sealed
class
OntapFileSystemUserType
Inheritors
Unix
Windows
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OntapFileSystemUserType
Unix
Link copied to clipboard
object
Unix
:
OntapFileSystemUserType
Windows
Link copied to clipboard
object
Windows
:
OntapFileSystemUserType
Properties
value
Link copied to clipboard
abstract
val
value
:
String