AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
efs
/
aws.sdk.kotlin.services.efs.model
/
ThroughputMode
Throughput
Mode
sealed
class
ThroughputMode
Inheritors
Bursting
Elastic
Provisioned
SdkUnknown
Members
Types
Bursting
Link copied to clipboard
object
Bursting
:
ThroughputMode
Companion
Link copied to clipboard
object
Companion
Elastic
Link copied to clipboard
object
Elastic
:
ThroughputMode
Provisioned
Link copied to clipboard
object
Provisioned
:
ThroughputMode
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ThroughputMode
Properties
value
Link copied to clipboard
abstract
val
value
:
String