AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticbeanstalk
/
aws.sdk.kotlin.services.elasticbeanstalk.model
/
ComputeType
Compute
Type
sealed
class
ComputeType
Inheritors
BuildGeneral1Large
BuildGeneral1Medium
BuildGeneral1Small
SdkUnknown
Members
Types
Build
General1Large
Link copied to clipboard
object
BuildGeneral1Large
:
ComputeType
Build
General1Medium
Link copied to clipboard
object
BuildGeneral1Medium
:
ComputeType
Build
General1Small
Link copied to clipboard
object
BuildGeneral1Small
:
ComputeType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ComputeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String