AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
amplify
/
aws.sdk.kotlin.services.amplify.model
/
BuildComputeType
Build
Compute
Type
sealed
class
BuildComputeType
Inheritors
Large16Gb
Standard8Gb
Xlarge72Gb
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Large16Gb
Link copied to clipboard
object
Large16Gb
:
BuildComputeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BuildComputeType
Standard8Gb
Link copied to clipboard
object
Standard8Gb
:
BuildComputeType
Xlarge72Gb
Link copied to clipboard
object
Xlarge72Gb
:
BuildComputeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String