AWS SDK for Kotlin
Toggle table of contents
1.9.9
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
elasticbeanstalk
/
aws.sdk.kotlin.services.elasticbeanstalk.model
/
ArchitectureType
Architecture
Type
sealed
class
ArchitectureType
Inheritors
Amd64
Arm64
SdkUnknown
Members
Types
Amd64
Link copied to clipboard
object
Amd64
:
ArchitectureType
Arm64
Link copied to clipboard
object
Arm64
:
ArchitectureType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ArchitectureType
Properties
value
Link copied to clipboard
abstract
val
value
:
String