AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
opensearch
/
aws.sdk.kotlin.services.opensearch.model
/
VolumeType
Volume
Type
sealed
class
VolumeType
The type of EBS volume that a domain uses. For more information, see
Configuring EBS-based storage
.
Inheritors
Gp2
Gp3
Io1
Standard
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gp2
Link copied to clipboard
object
Gp2
:
VolumeType
Gp3
Link copied to clipboard
object
Gp3
:
VolumeType
Io1
Link copied to clipboard
object
Io1
:
VolumeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VolumeType
Standard
Link copied to clipboard
object
Standard
:
VolumeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String