AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gamelift
/
aws.sdk.kotlin.services.gamelift.model
/
ContainerMountPointAccessLevel
Container
Mount
Point
Access
Level
sealed
class
ContainerMountPointAccessLevel
Inheritors
ReadAndWrite
ReadOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Read
And
Write
Link copied to clipboard
object
ReadAndWrite
:
ContainerMountPointAccessLevel
Read
Only
Link copied to clipboard
object
ReadOnly
:
ContainerMountPointAccessLevel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ContainerMountPointAccessLevel
Properties
value
Link copied to clipboard
abstract
val
value
:
String