AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
fsx
/
aws.sdk.kotlin.services.fsx.model
/
StorageType
Storage
Type
sealed
class
StorageType
Specifies the file system's storage type.
Inheritors
Hdd
IntelligentTiering
Ssd
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Hdd
Link copied to clipboard
object
Hdd
:
StorageType
Intelligent
Tiering
Link copied to clipboard
object
IntelligentTiering
:
StorageType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StorageType
Ssd
Link copied to clipboard
object
Ssd
:
StorageType
Properties
value
Link copied to clipboard
abstract
val
value
:
String